blob: 86b65fa3e67e8f2f37bfafa5af008b20b86f1fb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/*html, body, body * {*/
/*background-color: #111 !important;*/
/*color: #ddd !important;*/
/*}*/
/*body {*/
html, body, body * {
color: #d7d7d8 !important;
background-color: #0f0c19 !important;
}
a {
color: #4e3aA3 !important;
}
code {
/*color: #d5dada;*/
/*background: #313231 !important;*/
}
figcaption {
color: #d7d7d8 !important;
}
|