SEC-1090: Set bg and fg colour in site.css
This commit is contained in:
parent
fbb42b100b
commit
3b6d5316cc
|
@ -1,3 +1,8 @@
|
|||
body {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.poweredBy {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue