From 6a2c87267a14c1c38b37f396b72fd699439efc52 Mon Sep 17 00:00:00 2001 From: Zoe Date: Mon, 18 Apr 2022 10:43:09 +0200 Subject: [PATCH] hover icons for header links --- public/about/index.html | 2 +- public/categories/index.html | 2 +- public/games/index.html | 2 +- public/index.html | 2 +- public/links/buddies/index.html | 2 +- public/links/contact/index.html | 2 +- public/links/index.html | 2 +- public/links/nice_things/index.html | 2 +- public/music/index.html | 2 +- public/posts/index.html | 2 +- public/scss/main.css | 21 +++++++++++++++++++ public/software/index.html | 2 +- public/software/wisdom/index.html | 2 +- public/tags/index.html | 2 +- ...s_f300667da4f5b5f84e1a9e0702b2fdde.content | 21 +++++++++++++++++++ themes/battheme | 2 +- 16 files changed, 56 insertions(+), 14 deletions(-) diff --git a/public/about/index.html b/public/about/index.html index 5d6b540..bca4e5b 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -12,7 +12,7 @@
-

about

+

about

diff --git a/public/categories/index.html b/public/categories/index.html index 6d18094..052d04f 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -14,7 +14,7 @@
-

Categories 

+

Categories 

diff --git a/public/games/index.html b/public/games/index.html index 439da43..d66ddca 100644 --- a/public/games/index.html +++ b/public/games/index.html @@ -14,7 +14,7 @@
-

games 

+

games 

diff --git a/public/index.html b/public/index.html index e0c1bac..8019280 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,7 @@
-

home 

+

home 

diff --git a/public/links/buddies/index.html b/public/links/buddies/index.html index 14f23f9..6f37982 100644 --- a/public/links/buddies/index.html +++ b/public/links/buddies/index.html @@ -12,7 +12,7 @@

-

buddies

+

buddies

diff --git a/public/links/contact/index.html b/public/links/contact/index.html index f253b6c..ab67346 100644 --- a/public/links/contact/index.html +++ b/public/links/contact/index.html @@ -12,7 +12,7 @@
-

find me

+

find me

diff --git a/public/links/index.html b/public/links/index.html index a53de98..92b7952 100644 --- a/public/links/index.html +++ b/public/links/index.html @@ -14,7 +14,7 @@
-

links 

+

links 

diff --git a/public/links/nice_things/index.html b/public/links/nice_things/index.html index 3e8f76d..c82824b 100644 --- a/public/links/nice_things/index.html +++ b/public/links/nice_things/index.html @@ -12,7 +12,7 @@
-

things that make me happy

+

things that make me happy

diff --git a/public/music/index.html b/public/music/index.html index f65ae17..fe33651 100644 --- a/public/music/index.html +++ b/public/music/index.html @@ -14,7 +14,7 @@
-

music 

+

music 

diff --git a/public/posts/index.html b/public/posts/index.html index 1158d6b..f5bee8a 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -14,7 +14,7 @@
-

posts 

+

posts 

diff --git a/public/scss/main.css b/public/scss/main.css index 8f3b88e..97bba21 100644 --- a/public/scss/main.css +++ b/public/scss/main.css @@ -173,6 +173,13 @@ h6a.light { h6a.light:hover { background-color: transparent; } +h1 a { + color: #413c74; } + h1 a.light { + color: #ffffff; } + h1 a:hover { + background-color: transparent; } + h1 #rss-title { background-color: transparent; color: #413c74; } @@ -487,6 +494,20 @@ h5, h6 { border-top-right-radius: 48pt; border-bottom-right-radius: 48pt; } + h1 .with-rss:hover::before, + h2 .with-rss:hover::before, + h3 .with-rss:hover::before, + h4 .with-rss:hover::before, + h5 .with-rss:hover::before, + h6 .with-rss:hover::before { + content: " "; } + h1 .singlepagelink:hover::before, + h2 .singlepagelink:hover::before, + h3 .singlepagelink:hover::before, + h4 .singlepagelink:hover::before, + h5 .singlepagelink:hover::before, + h6 .singlepagelink:hover::before { + content: "./"; } h1 .hash-link:hover, h2 .hash-link:hover, h3 .hash-link:hover, diff --git a/public/software/index.html b/public/software/index.html index 219b666..ae15ab3 100644 --- a/public/software/index.html +++ b/public/software/index.html @@ -14,7 +14,7 @@
-

software 

+

software 

wow this software is so diff --git a/public/software/wisdom/index.html b/public/software/wisdom/index.html index 8c4b709..25a0c2c 100644 --- a/public/software/wisdom/index.html +++ b/public/software/wisdom/index.html @@ -12,7 +12,7 @@

-

wisdom

+

wisdom

diff --git a/public/tags/index.html b/public/tags/index.html index 307d05e..35f43b3 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -14,7 +14,7 @@
-

Tags 

+

Tags 

diff --git a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index 8f3b88e..97bba21 100644 --- a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -173,6 +173,13 @@ h6a.light { h6a.light:hover { background-color: transparent; } +h1 a { + color: #413c74; } + h1 a.light { + color: #ffffff; } + h1 a:hover { + background-color: transparent; } + h1 #rss-title { background-color: transparent; color: #413c74; } @@ -487,6 +494,20 @@ h5, h6 { border-top-right-radius: 48pt; border-bottom-right-radius: 48pt; } + h1 .with-rss:hover::before, + h2 .with-rss:hover::before, + h3 .with-rss:hover::before, + h4 .with-rss:hover::before, + h5 .with-rss:hover::before, + h6 .with-rss:hover::before { + content: " "; } + h1 .singlepagelink:hover::before, + h2 .singlepagelink:hover::before, + h3 .singlepagelink:hover::before, + h4 .singlepagelink:hover::before, + h5 .singlepagelink:hover::before, + h6 .singlepagelink:hover::before { + content: "./"; } h1 .hash-link:hover, h2 .hash-link:hover, h3 .hash-link:hover, diff --git a/themes/battheme b/themes/battheme index 3967fa1..38b4fbd 160000 --- a/themes/battheme +++ b/themes/battheme @@ -1 +1 @@ -Subproject commit 3967fa102756f2e97fa17cb5693775e35c964543 +Subproject commit 38b4fbd8550060c72d61ea3dbb9fdef05f0df0f6