From 8e8cb732df31a2cfff818723911410d90552705d Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Thu, 11 Jul 2024 16:08:52 +0200 Subject: [PATCH] added hover to top button --- themes/carnation.css | 4 ++++ themes/cornflower.css | 4 ++++ themes/default-dark.css | 4 ++++ themes/default.css | 4 ++++ themes/ivy.css | 4 ++++ themes/kjoe.css | 4 ++++ themes/monokai-vibrant.css | 4 ++++ themes/rainbow.css | 4 ++++ themes/sunflower.css | 4 ++++ 9 files changed, 36 insertions(+) diff --git a/themes/carnation.css b/themes/carnation.css index b59c6ff..8514788 100644 --- a/themes/carnation.css +++ b/themes/carnation.css @@ -78,6 +78,10 @@ background-color: var(--bcolor4); } +#totop:hover { + background-color: var(--color2); +} + #totop { background-color: var(--color1); color: var(--bcolor1); diff --git a/themes/cornflower.css b/themes/cornflower.css index 03d4179..699816e 100644 --- a/themes/cornflower.css +++ b/themes/cornflower.css @@ -78,6 +78,10 @@ background-color: var(--bcolor4); } +#totop:hover { + background-color: var(--color2); +} + #totop { background-color: var(--color1); color: var(--bcolor1); diff --git a/themes/default-dark.css b/themes/default-dark.css index 308bb4a..01336ca 100644 --- a/themes/default-dark.css +++ b/themes/default-dark.css @@ -56,6 +56,10 @@ background-color: var(--bcolor2); } +#totop:hover { + background-color: var(--color2); +} + #totop { background-color: var(--color1); color: var(--bcolor1); diff --git a/themes/default.css b/themes/default.css index 7382b16..52471f1 100644 --- a/themes/default.css +++ b/themes/default.css @@ -56,6 +56,10 @@ background-color: var(--color2); } +#totop:hover { + background-color: var(--color2); +} + #totop { background-color: var(--color1); color: var(--bcolor1); diff --git a/themes/ivy.css b/themes/ivy.css index cd9f109..450f223 100644 --- a/themes/ivy.css +++ b/themes/ivy.css @@ -78,6 +78,10 @@ background-color: var(--bcolor4); } +#totop:hover { + background-color: var(--color2); +} + #totop { background-color: var(--color1); } diff --git a/themes/kjoe.css b/themes/kjoe.css index 1ef7824..5e7db5d 100644 --- a/themes/kjoe.css +++ b/themes/kjoe.css @@ -76,6 +76,10 @@ background-color: var(--bcolor3); } +#totop:hover { + background-color: var(--color2); +} + #totop { background-color: var(--color1); color: var(--bcolor1); diff --git a/themes/monokai-vibrant.css b/themes/monokai-vibrant.css index 26f530b..a0760d8 100644 --- a/themes/monokai-vibrant.css +++ b/themes/monokai-vibrant.css @@ -59,6 +59,10 @@ background-color: var(--bcolor5); } +#totop:hover { + background-color: var(--color2); +} + #totop { background-color: var(--color1); color: var(--bcolor1); diff --git a/themes/rainbow.css b/themes/rainbow.css index 2e34f81..b1afd20 100644 --- a/themes/rainbow.css +++ b/themes/rainbow.css @@ -80,6 +80,10 @@ background-color: var(--bcolor4); } +#totop:hover { + background-color: var(--color3); +} + #totop { background-color: var(--color2); color: var(--bcolor4); diff --git a/themes/sunflower.css b/themes/sunflower.css index 435ddef..f0b5fa7 100644 --- a/themes/sunflower.css +++ b/themes/sunflower.css @@ -78,6 +78,10 @@ background-color: var(--bcolor4); } +#totop:hover { + background-color: var(--color2); +} + #totop { background-color: var(--color1); color: var(--bcolor1);