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

This commit is contained in:
Dooho Yi 2020-08-09 16:10:17 +09:00
parent a840309f96
commit 4de284603e

View file

@ -9,12 +9,13 @@
<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(37, 176, 118, 1.0);
background-color: rgba(16, 20, 20, 1.0);
scrollbar-width: none;
letter-spacing: +0.02em;
word-spacing: +0.4em;
}
body::-webkit-scrollbar {