/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
221919c056
commit
4a243bce8c
1 changed files with 3 additions and 4 deletions
|
|
@ -10,9 +10,8 @@
|
|||
<style>
|
||||
body {
|
||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||
color: deeppink;
|
||||
/* background-color: rgba(255, 235, 205, 0.2); */
|
||||
background-color: rgba(0, 0, 0, 1.0);
|
||||
color: rgba(255, 20, 147, 1.0); /* deeppink */
|
||||
background-color: rgba(0, 0, 0, 1.0); /* black */
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
|
|
@ -32,7 +31,7 @@
|
|||
}
|
||||
|
||||
a.exlink {
|
||||
background-color: rgba(255, 20, 147, 0.15);
|
||||
background-color: rgba(255, 20, 147, 0.35);
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue