Fix colours

This commit is contained in:
Chris Blanchard 2015-12-14 11:41:56 +00:00
parent 3400904e19
commit 09c010667e
1 changed files with 6 additions and 2 deletions

View File

@ -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 {