More ajdustments to dark mode values

This commit is contained in:
Niléane 2023-07-15 11:37:31 +02:00
commit 93fb744264
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -42,13 +42,13 @@
--color-secondary-bg: #0c0c0d;
--color-secondary-separator: #26232e;
--color-content-bg: #0b0b0b;
--color-content-bg: #111111;
--color-content-fg: #f2f2f2;
--color-content-fg-bold: #ffffff;
--color-content-fg-muted: #737373;
--color-content-secondary-bg: #1f1b22;
--color-content-secondary-separator: rgba(64, 62, 89, 0.4);
--color-content-bg-focus: #151515;
--color-content-bg-focus: #181818;
--color-accent: #7a7af9;
--color-accent-focus: #5a47ff;
@ -1156,7 +1156,7 @@ body.layout-single-column {
@media (prefers-color-scheme: dark) {
@media screen and (max-width:1174px) {
.layout-single-column .ui::after {
background-color: rgb(0, 0, 0, .5);
background-color: rgb(0, 0, 0, .7);
}
}
}

View file

@ -42,13 +42,13 @@
--color-secondary-bg: #0d0c0c;
--color-secondary-separator: #25201c;
--color-content-bg: #0b0b0b;
--color-content-bg: #111111;
--color-content-fg: #f2f2f2;
--color-content-fg-bold: #ffffff;
--color-content-fg-muted: #737373;
--color-content-secondary-bg: #292623;
--color-content-secondary-separator: rgba(77, 73, 70, 0.4);
--color-content-bg-focus: #222222;
--color-content-bg-focus: #181818;
--color-accent: #e68933;
--color-accent-focus: #ffa047;
@ -1156,7 +1156,7 @@ body.layout-single-column {
@media (prefers-color-scheme: dark) {
@media screen and (max-width:1174px) {
.layout-single-column .ui::after {
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.7);
}
}
}