/ ‘themes/yoshi/templates/base.html’
This commit is contained in:
parent
a840309f96
commit
4de284603e
1 changed files with 4 additions and 3 deletions
|
|
@ -9,12 +9,13 @@
|
||||||
<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: 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);
|
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;
|
||||||
letter-spacing: +0.02em;
|
|
||||||
word-spacing: +0.4em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue