From 3078ddb2619bb6c48a5d6b4c31140246dc219427 Mon Sep 17 00:00:00 2001 From: tanc Date: Sun, 4 Dec 2022 14:09:39 +0100 Subject: [PATCH] 956 Update compiled css --- changedetectionio/static/styles/diff.css | 4 ++-- changedetectionio/static/styles/styles.css | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/changedetectionio/static/styles/diff.css b/changedetectionio/static/styles/diff.css index 1d8755f1..097e84b6 100644 --- a/changedetectionio/static/styles/diff.css +++ b/changedetectionio/static/styles/diff.css @@ -84,7 +84,7 @@ --color-text-menu-link-hover: var(--color-grey-300); --color-shadow-jump: var(--color-grey-500); --color-icon-github: var(--color-black); - --color-icon-github-hover: var(--color-white); } + --color-icon-github-hover: var(--color-grey-300); } html[data-darkmode="true"] { --color-link: #59bdfb; @@ -114,7 +114,7 @@ html[data-darkmode="true"] { --color-background-snapshot-age: var(--color-grey-200); --color-shadow-jump: var(--color-grey-200); --color-icon-github: var(--color-white); - --color-icon-github-hover: var(--color-black); } + --color-icon-github-hover: var(--color-grey-700); } html[data-darkmode="true"] .watch-controls img { opacity: 0.4; } html[data-darkmode="true"] .icon-spread { diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index 69854756..c558681d 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -87,7 +87,7 @@ --color-text-menu-link-hover: var(--color-grey-300); --color-shadow-jump: var(--color-grey-500); --color-icon-github: var(--color-black); - --color-icon-github-hover: var(--color-white); } + --color-icon-github-hover: var(--color-grey-300); } html[data-darkmode="true"] { --color-link: #59bdfb; @@ -117,7 +117,7 @@ html[data-darkmode="true"] { --color-background-snapshot-age: var(--color-grey-200); --color-shadow-jump: var(--color-grey-200); --color-icon-github: var(--color-white); - --color-icon-github-hover: var(--color-black); } + --color-icon-github-hover: var(--color-grey-700); } html[data-darkmode="true"] .watch-controls img { opacity: 0.4; } html[data-darkmode="true"] .icon-spread { @@ -283,6 +283,8 @@ button.toggle-theme { border: none; cursor: pointer; color: var(--color-icon-github); } + button.toggle-theme:hover { + color: var(--color-icon-github-hover); } button.toggle-theme svg { fill: currentColor; } button.toggle-theme .icon-light {