css: update pow styles

This commit is contained in:
5chdn 2018-12-03 13:59:32 +01:00
parent ea8edc4c96
commit 5a0b04076d
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
2 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -65,12 +65,12 @@ table td {
.bg-success, .bg-success,
.text-success .propagationBox { .text-success .propagationBox {
background: #50fa7b; background: #7bcc3a;
} }
.bg-info, .bg-info,
.text-info .propagationBox { .text-info .propagationBox {
background: #8be9fd; background: #10a0de;
} }
.bg-highlight, .bg-highlight,
@ -80,17 +80,17 @@ table td {
.bg-warning, .bg-warning,
.text-warning .propagationBox { .text-warning .propagationBox {
background: #f1fa8c; background: #FFD162;
} }
.bg-orange, .bg-orange,
.text-orange .propagationBox { .text-orange .propagationBox {
background: #ffb86c; background: #ff8a00;
} }
.bg-danger, .bg-danger,
.text-danger .propagationBox { .text-danger .propagationBox {
background: #ff5555; background: #F74B4B;
} }
.text-gray .propagationBox { .text-gray .propagationBox {
@ -111,7 +111,7 @@ table td {
} }
.text-orange { .text-orange {
color: #ffb86c; color: #ff8a00;
} }
.container-fluid { .container-fluid {