/ ‘theme-dark/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-10 16:50:24 +09:00
parent 0983fe0c8d
commit 9d89f911d1

View file

@ -11,7 +11,8 @@
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
color: deeppink;
background-color: rgb(255, 235, 205, 0.2);
/* background-color: rgb(255, 235, 205, 0.2); */
background-color: black;
scrollbar-width: none;
}