/ ‘themes/moe-dark/templates/base.html’
This commit is contained in:
parent
0cd796abbb
commit
4e43da79a3
1 changed files with 3 additions and 2 deletions
|
|
@ -10,11 +10,12 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font: 1em/1.5 AppleGothic, Courier New, Sans-serif;
|
font: 1em/1.5 AppleGothic, Courier New, Sans-serif;
|
||||||
|
letter-spacing: +0.02em;
|
||||||
|
word-spacing: +0.2em;
|
||||||
|
|
||||||
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.02em;
|
|
||||||
word-spacing: +0.4em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue