/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
9ee913d7fe
commit
ceda36c85a
1 changed files with 2 additions and 2 deletions
|
|
@ -10,12 +10,12 @@
|
|||
<style>
|
||||
body {
|
||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||
color: rgba(255, 255, 255, .1);
|
||||
color: rgba(255, 255, 255, .6);
|
||||
background-color: rgba(0, 0, 0, 1);
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
color: rgba(255, 255, 255, .6);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue