Created
November 17, 2017 18:42
-
-
Save stephenway/e9859d2ae93833d00e1f19730e2fb3ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body, h1, h2, h3, h4, h5, h6 { | |
color: #fff; | |
} | |
body { | |
margin-top: 0; | |
} | |
body, | |
.content { | |
background-color: #000; | |
border: none; | |
} | |
#footer, | |
.description, | |
.navbar, | |
.description-tooltips { | |
display: none; | |
} | |
.dashboard { | |
color: #fff; | |
} | |
.dashboard .gridster .gs-w { | |
background-color: #333; | |
border: none; | |
} | |
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info { | |
background-color: #2c3e47; | |
} | |
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { | |
border-color: #777; | |
} | |
.table-hover > tbody > tr:hover { | |
background-color: #000; | |
} | |
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover { | |
background-color: #000; | |
} | |
.dc-chart .axis line, .dc-chart .axis path { | |
stroke: white; | |
} | |
svg text { | |
fill: white; | |
} | |
.actions-lg .actions-container { | |
height: auto; | |
margin-top: 0; | |
padding-left: 0; | |
} | |
.btn-info, | |
.btn-success { | |
color: #000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment