Darken background color in dark mode.

This commit is contained in:
Dorian Niemiec 2024-07-19 22:02:03 +02:00
parent d0e1d842ea
commit 606109c62a
4 changed files with 4 additions and 4 deletions

View file

@ -170,7 +170,7 @@ pre {
.dummy {}
body {
background-color: #002000;
background-color: #000f00;
color: #ffffff;
}

View file

@ -35,7 +35,7 @@ pre, code {
@media screen and (prefers-color-scheme: dark) {
.content code {
background: #000f00;
background: #000700;
text-shadow: 0 1px #000;
}
}

View file

@ -448,7 +448,7 @@ tr.comparison-table-mobile-feature td {
}
.promo-point {
background-color: #000f00;
background-color: #000700;
-webkit-box-shadow: 0 5px 10px 0 rgba(127, 127, 127, 0.15);
-moz-box-shadow: 0 5px 10px 0 rgba(127, 127, 127, 0.15);
box-shadow: 0 5px 10px 0 rgba(127, 127, 127, 0.15);

View file

@ -401,7 +401,7 @@ input[type=submit]:hover {
.dummy {}
body {
background-color: #002000;
background-color: #000f00;
color: #ffffff;
}