/ ‘themes/yoshi/templates/base.html’
This commit is contained in:
parent
ee2e1e3afd
commit
08bef025e1
1 changed files with 2 additions and 3 deletions
|
|
@ -10,9 +10,8 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||||
color: rgba(37, 176, 118, 1.0); /* chartreuse */
|
color: rgba(37, 176, 118, 1.0);
|
||||||
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
|
background-color: rgba(16, 20, 20, 1.0);
|
||||||
background-color: rgba(16, 20, 20, 1.0); /* black */
|
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue