/ ‘themes/moe-dark/templates/base.html’
This commit is contained in:
parent
6d0cf469b5
commit
c8ba42d96e
1 changed files with 2 additions and 2 deletions
|
|
@ -9,11 +9,11 @@
|
||||||
<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, NanumSquare, Courier New, Dotum, Sans-serif;
|
||||||
color: rgba(206, 201, 201, 1.0);
|
color: rgba(206, 201, 201, 1.0);
|
||||||
background-color: rgba(48, 48, 48, 1.0);
|
background-color: rgba(48, 48, 48, 1.0);
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
letter-spacing: +0.04em;
|
letter-spacing: +0.02em;
|
||||||
word-spacing: +0.4em;
|
word-spacing: +0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue