/ ‘themes/aurora/templates/base.html’

This commit is contained in:
Dooho Yi 2020-08-09 16:09:29 +09:00
parent 4e43da79a3
commit 9df0cf8492

View file

@ -9,13 +9,14 @@
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
<style>
body {
font: 1em/1.5 AppleGothic, NanumSquareRound, Courier New, Dotum, Sans-serif;
font: 1em/1.5 AppleGothic, Courier New, Sans-serif;
letter-spacing: +0.02em;
word-spacing: +0.2em;
color: rgba(100, 255, 200, 1.0); /* chartreuse */
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
background-color: rgba(0, 20, 40, 1.0); /* black */
scrollbar-width: none;
letter-spacing: +0.02em;
word-spacing: +0.4em;
}
body::-webkit-scrollbar {