/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
6c739cc92a
commit
05fdb0bdb1
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: rgba(255, 255, 255, .6);
|
color: #32CD32;
|
||||||
|
/* limegreen */
|
||||||
background-color: rgba(0, 0, 0, 1);
|
background-color: rgba(0, 0, 0, 1);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue