/ ‘theme/templates/base.html’
This commit is contained in:
parent
24c89b37c7
commit
7d3abbc0d9
1 changed files with 7 additions and 1 deletions
|
|
@ -10,7 +10,13 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
font: 0.75em/1.5 AppleGothic, Sans-serif;
|
||||||
overflow: hidden;
|
background-color: rgba(0, 20, 40, 1.0); /* black */
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
body::-webkit-scrollbar {
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue