/ ‘themes/aurora/templates/base.html’
This commit is contained in:
parent
4e43da79a3
commit
9df0cf8492
1 changed files with 4 additions and 3 deletions
|
|
@ -9,13 +9,14 @@
|
||||||
<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(100, 255, 200, 1.0); /* chartreuse */
|
color: rgba(100, 255, 200, 1.0); /* chartreuse */
|
||||||
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
|
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
|
||||||
background-color: rgba(0, 20, 40, 1.0); /* black */
|
background-color: rgba(0, 20, 40, 1.0); /* black */
|
||||||
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