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

This commit is contained in:
Dooho Yi 2020-05-10 17:11:04 +09:00
parent 5aee76482e
commit 72955bb43d

View file

@ -10,7 +10,7 @@
<style>
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
color: rgb(127, 255, 0, 1.0); /* cadmiumlemon */
color: rgb(127, 255, 0, 1.0); /* chartreuse */
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
background-color: rgba(0, 0, 0, 1.0); /* black */
scrollbar-width: none;