mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Fix colours
This commit is contained in:
parent
3400904e19
commit
09c010667e
1 changed files with 6 additions and 2 deletions
|
@ -4,11 +4,15 @@ html, body {
|
|||
|
||||
/* Christmas stuff starts here*/
|
||||
.panel {
|
||||
background-color: rgba(26,55,79,0.9) !important;
|
||||
background-color: rgba(0,43,54,0.8) !important;
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
background-color: rgba(26,55,79,0.9) !important;
|
||||
background-color: rgba(0,43,54,0.8) !important;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: rgba(0,43,54,0.8) !important;
|
||||
}
|
||||
|
||||
canvas {
|
||||
|
|
Loading…
Reference in a new issue