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

This commit is contained in:
Dooho Yi 2020-08-09 15:55:29 +09:00
parent 88dd1bb3bc
commit fa4474a67c

View file

@ -9,11 +9,12 @@
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script> <script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
<style> <style>
body { body {
font: 0.75em/1.5 AppleGothic, Sans-serif; font: 1em/1.5 AppleGothic, NanumSquareRound, Courier New, Dotum, Sans-serif;
color: rgba(37, 176, 118, 1.0); color: rgba(37, 176, 118, 1.0);
background-color: rgba(16, 20, 20, 1.0); background-color: rgba(16, 20, 20, 1.0);
scrollbar-width: none; scrollbar-width: none;
/* hi */ letter-spacing: +0.02em;
word-spacing: +0.4em;
} }
body::-webkit-scrollbar { body::-webkit-scrollbar {