/ ‘themes/aurora/templates/base.html’
This commit is contained in:
parent
156be5498a
commit
4a6ccd44e9
1 changed files with 3 additions and 1 deletions
|
|
@ -9,11 +9,13 @@
|
|||
<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(100, 255, 200, 1.0); /* chartreuse */
|
||||
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
|
||||
background-color: rgba(0, 20, 40, 1.0); /* black */
|
||||
scrollbar-width: none;
|
||||
letter-spacing: +0.02em;
|
||||
word-spacing: +0.4em;
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue