diff --git a/README.md b/README.md index 4043aac..31bc369 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,3 @@ This is a repo for my website [polsevev.dev](polsevev.dev) You are welcome to look at, and use, the code. If you want submit a PR you can, but i prolly won't accept it, as this is just a place for mye to publish things on the interwebs while avoiding using social media. - diff --git a/public/svg/Forgejo_logo.svg b/public/svg/Forgejo_logo.svg new file mode 100644 index 0000000..9c46d82 --- /dev/null +++ b/public/svg/Forgejo_logo.svg @@ -0,0 +1,40 @@ + + + + + Forgejo logo + Caesar Schinas + + + + + + + + + + + + + diff --git a/src/components/Header.astro b/src/components/Header.astro index 2ada538..c17a311 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -12,14 +12,10 @@ import { SITE_TITLE } from '../consts'; ~/about @@ -59,6 +55,10 @@ import { SITE_TITLE } from '../consts'; border-bottom: 4px solid transparent; text-decoration: none; } + img{ + background-color: white; + padding: 5px; + } nav a.active { text-decoration: none; border-bottom-color: cyan;