/ ‘themes/yoshi/templates/base.html’
This commit is contained in:
parent
88dd1bb3bc
commit
fa4474a67c
1 changed files with 3 additions and 2 deletions
|
|
@ -9,11 +9,12 @@
|
|||
<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(37, 176, 118, 1.0);
|
||||
background-color: rgba(16, 20, 20, 1.0);
|
||||
scrollbar-width: none;
|
||||
/* hi */
|
||||
letter-spacing: +0.02em;
|
||||
word-spacing: +0.4em;
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue