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

This commit is contained in:
Dooho Yi 2020-08-09 15:56:53 +09:00
parent 156be5498a
commit 4a6ccd44e9

View file

@ -9,11 +9,13 @@
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
<style>
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
font: 1em/1.5 AppleGothic, NanumSquareRound, Courier New, Dotum, Sans-serif;
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 {