Minor change to dark theme background color
This commit is contained in:
parent
9870a7c6da
commit
5e59adbe07
@ -19,7 +19,7 @@ a > code {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
color: rgb(210, 210, 210);
|
color: rgb(210, 210, 210);
|
||||||
background-color: rgb(25, 25, 25);
|
background-color: rgb(27, 27, 27);
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
@ -39,7 +39,7 @@ figure.color-adapting-image img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
background-color: rgb(12, 12, 12);
|
background-color: rgb(14, 14, 14);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user