/ ‘themes/moe-dark/templates/base.html’

This commit is contained in:
Dooho Yi 2020-08-09 16:08:57 +09:00
parent 0cd796abbb
commit 4e43da79a3

View file

@ -10,11 +10,12 @@
<style>
body {
font: 1em/1.5 AppleGothic, Courier New, Sans-serif;
letter-spacing: +0.02em;
word-spacing: +0.2em;
color: rgba(206, 201, 201, 1.0);
background-color: rgba(48, 48, 48, 1.0);
scrollbar-width: none;
letter-spacing: +0.02em;
word-spacing: +0.4em;
}
body::-webkit-scrollbar {