Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Update skin-blue.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbates committed Feb 3, 2018
1 parent d6f21fa commit 2d415bb
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions skin-blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,14 @@ background-color:#3c8dbc;
background-color:#000;
}

.bg-aqua {
background:#004c5f!important;
}

.bg-green {
background:#004224!important;
}

.bg-red {
background:#581e16!important;
.bg-aqua,.bg-green,.bg-red,.bg-yellow {
background:#0a0d0f!important;
}

.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger,.callout.callout-warning,.callout.callout-info,.callout.callout-success,.alert-success,.alert-danger,.alert-error,.alert-warning,.alert-info,.label-danger,.label-info,.label-warning,.label-primary,.label-success,.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer {
color:#fbfbfb!important;
}

.bg-yellow {
background:#613e07!important;
}

.box,.tab-content,.nav-tabs-custom>.tab-content {
background:#0a0d0f;
border-color:#3e4244;
Expand Down Expand Up @@ -252,6 +240,15 @@ background-color:#101417;
}

.layout-boxed {
background-color:#222 !important;
background-color:#0a0d0f!important;
background-image:none !important;
}

.chart svg, .chart canvas {
-webkit-filter: invert(100%);
filter: invert(100%);
}

.small-box .icon{
rgba(255,255,255,0.15)
}

0 comments on commit 2d415bb

Please sign in to comment.