Web: set colours on the html & body element
Setting the CSS `color` and `background-color` properties on the top-level elements will make Firefox understand the dark theme, and colour the scroll bar appropriately.
This commit is contained in:
parent
1535d7531b
commit
5c28fcd1b7
@ -137,14 +137,15 @@ export default {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
color: #EEEEEE;
|
||||||
|
background-color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
color: #EEEEEE;
|
|
||||||
background-color: #222222;
|
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user