There was an error while loading. Please reload this page.
1 parent 7e11baa commit 2eb67c2Copy full SHA for 2eb67c2
1 file changed
src/_includes/components/announcement.css
@@ -30,7 +30,7 @@
30
@media (prefers-color-scheme: dark) {
31
.announcement,
32
.announcement-btn {
33
- --btn-bg: #00a776;
+ --btn-bg: #007150;
34
--btn-color: #f0f1f3;
35
--btn-shadow-color: #165b46;
36
}
@@ -111,10 +111,6 @@
111
112
113
/* Progress bar */
114
-.announcement:not(:has(.announcement-progress)) a[href] {
115
- /* Change background color when no progress bar is active */
116
117
-}
118
.announcement:has(.announcement-progress) a[href] {
119
position: relative;
120
0 commit comments