/ ‘themes/moe-dark/templates/base.html’
This commit is contained in:
parent
133491a857
commit
f83586ae02
1 changed files with 6 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
<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, Courier New, Sans-serif;
|
font: 1em/1.5 AppleGothic, NanumSquareRound, Sans-serif;
|
||||||
letter-spacing: +0.02em;
|
letter-spacing: +0.02em;
|
||||||
word-spacing: +0.2em;
|
word-spacing: +0.2em;
|
||||||
|
|
||||||
|
|
@ -18,6 +18,11 @@
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
font-size: 3.6em;
|
||||||
|
font-family: AppleGothic, NanumSquare, Sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue