12 lines
113 B
SCSS
12 lines
113 B
SCSS
|
html, body {
|
||
|
background-color: rgba(0,0,0, 0.6);
|
||
|
}
|
||
|
|
||
|
* {
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.sde-blue {
|
||
|
color: white;
|
||
|
}
|