/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
0983fe0c8d
commit
9d89f911d1
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
||||||
body {
|
body {
|
||||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||||
color: deeppink;
|
color: deeppink;
|
||||||
background-color: rgb(255, 235, 205, 0.2);
|
/* background-color: rgb(255, 235, 205, 0.2); */
|
||||||
|
background-color: black;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue