Darken background color in dark mode.
This commit is contained in:
parent
d0e1d842ea
commit
606109c62a
4 changed files with 4 additions and 4 deletions
|
@ -170,7 +170,7 @@ pre {
|
|||
.dummy {}
|
||||
|
||||
body {
|
||||
background-color: #002000;
|
||||
background-color: #000f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ pre, code {
|
|||
|
||||
@media screen and (prefers-color-scheme: dark) {
|
||||
.content code {
|
||||
background: #000f00;
|
||||
background: #000700;
|
||||
text-shadow: 0 1px #000;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -401,7 +401,7 @@ input[type=submit]:hover {
|
|||
.dummy {}
|
||||
|
||||
body {
|
||||
background-color: #002000;
|
||||
background-color: #000f00;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue