/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
f708683fa9
commit
3c08b81c4c
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||||
color: rgb(255, 227, 3, 1.0); /* deeppink */
|
color: rgb(255, 227, 3, 1.0); /* cadmiumlemon */
|
||||||
|
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
|
||||||
background-color: rgba(0, 0, 0, 1.0); /* black */
|
background-color: rgba(0, 0, 0, 1.0); /* black */
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue