Compare commits

..

1 Commits

Author SHA1 Message Date
hyzen
9dae175c33 Update: light theme 2026-03-05 04:23:40 +05:30
2 changed files with 10 additions and 24 deletions

View File

@@ -80,7 +80,6 @@
.rss-subscribe__link:hover, .rss-subscribe__link:hover,
.rss-subscribe__link:focus { .rss-subscribe__link:focus {
background-color: transparent; background-color: transparent;
border-color: var(--foreground-color);
color: var(--foreground-color) !important; color: var(--foreground-color) !important;
} }
} }
@@ -92,7 +91,6 @@
[data-theme='dark'] .rss-subscribe__link:hover, [data-theme='dark'] .rss-subscribe__link:hover,
[data-theme='dark'] .rss-subscribe__link:focus { [data-theme='dark'] .rss-subscribe__link:focus {
background-color: transparent; background-color: transparent;
border-color: var(--foreground-color);
color: var(--foreground-color) !important; color: var(--foreground-color) !important;
} }
[data-theme='light'] .rss-subscribe__link { [data-theme='light'] .rss-subscribe__link {
@@ -306,16 +304,11 @@
display: flex; display: flex;
} }
.brand__mobile-check:checked ~ .brand__mobile-toggle,
[data-theme='light'] .brand__mobile-check:checked ~ .brand__mobile-toggle { [data-theme='light'] .brand__mobile-check:checked ~ .brand__mobile-toggle {
background-color: #f26522; background-color: #f26522;
color: #fff; color: #fff;
} }
@media (prefers-color-scheme: light) {
.brand__mobile-check:checked ~ .brand__mobile-toggle {
background-color: #f26522;
color: #fff;
}
}
.mobile-link { .mobile-link {
display: flex; display: flex;
@@ -433,11 +426,11 @@
/* Force light theme */ /* Force light theme */
[data-theme='light'] { [data-theme='light'] {
--background-color: #fff; --background-color: #fffff4;
--background-color1: #777; --background-color1: #777;
--foreground-color: #000000f4; --foreground-color: #1f0000;
--foreground-color3: #665c54; --foreground-color3: #1f0000;
--accent-color: #00000094; --accent-color: #591818;
} }
/* Force dark theme */ /* Force dark theme */

View File

@@ -80,7 +80,6 @@
.rss-subscribe__link:hover, .rss-subscribe__link:hover,
.rss-subscribe__link:focus { .rss-subscribe__link:focus {
background-color: transparent; background-color: transparent;
border-color: var(--foreground-color);
color: var(--foreground-color) !important; color: var(--foreground-color) !important;
} }
} }
@@ -92,7 +91,6 @@
[data-theme='dark'] .rss-subscribe__link:hover, [data-theme='dark'] .rss-subscribe__link:hover,
[data-theme='dark'] .rss-subscribe__link:focus { [data-theme='dark'] .rss-subscribe__link:focus {
background-color: transparent; background-color: transparent;
border-color: var(--foreground-color);
color: var(--foreground-color) !important; color: var(--foreground-color) !important;
} }
[data-theme='light'] .rss-subscribe__link { [data-theme='light'] .rss-subscribe__link {
@@ -306,16 +304,11 @@
display: flex; display: flex;
} }
.brand__mobile-check:checked ~ .brand__mobile-toggle,
[data-theme='light'] .brand__mobile-check:checked ~ .brand__mobile-toggle { [data-theme='light'] .brand__mobile-check:checked ~ .brand__mobile-toggle {
background-color: #f26522; background-color: #f26522;
color: #fff; color: #fff;
} }
@media (prefers-color-scheme: light) {
.brand__mobile-check:checked ~ .brand__mobile-toggle {
background-color: #f26522;
color: #fff;
}
}
.mobile-link { .mobile-link {
display: flex; display: flex;
@@ -433,11 +426,11 @@
/* Force light theme */ /* Force light theme */
[data-theme='light'] { [data-theme='light'] {
--background-color: #fff; --background-color: #fffff4;
--background-color1: #777; --background-color1: #777;
--foreground-color: #000000f4; --foreground-color: #1f0000;
--foreground-color3: #665c54; --foreground-color3: #1f0000;
--accent-color: #00000094; --accent-color: #591818;
} }
/* Force dark theme */ /* Force dark theme */