css: apply some dracula magic

This commit is contained in:
5chdn
2018-12-01 01:14:59 +01:00
parent c7e0951831
commit 1f6327d641
6 changed files with 36 additions and 31 deletions

File diff suppressed because one or more lines are too long

View File

@@ -30,32 +30,37 @@ table td {
.bg-success,
.text-success .propagationBox {
background: #7bcc3a;
background: #50fa7b;
}
.bg-info,
.text-info .propagationBox {
background: #10a0de;
background: #8be9fd;
}
.bg-highlight,
.text-highlight .propagationBox {
background: #bd93f9;
}
.bg-warning,
.text-warning .propagationBox {
background: #FFD162;
background: #f1fa8c;
}
.bg-orange,
.text-orange .propagationBox {
background: #ff8a00;
background: #ffb86c;
}
.bg-danger,
.text-danger .propagationBox {
background: #F74B4B;
background: #ff5555;
}
.text-gray .propagationBox {
background: none !important;
border: 1px solid #777;
border: 1px solid #f8f8f2;
}
.bg-success,
@@ -67,11 +72,11 @@ table td {
}
.text-gray {
color: #777 !important;
color: #f8f8f2 !important;
}
.text-orange {
color: #ff8a00;
color: #ffb86c;
}
.container-fluid {
@@ -180,7 +185,7 @@ span.small-title span.small {
letter-spacing: -0.1px;
text-transform: none;
white-space: nowrap;
color: #777;
color: #f8f8f2;
}
.blocks-holder .block-count {
@@ -455,7 +460,7 @@ svg .axis line {
shape-rendering: crispEdges;
}
svg .axis text {
fill: #777;
fill: #f8f8f2;
font-size: 10px;
letter-spacing: 0px;
font-family: "Source Sans Pro";
@@ -466,4 +471,4 @@ svg .axis text {
svg .y.axis .tick:first-child text {
opacity: 0;
}
}