Skip to content

Instantly share code, notes, and snippets.

@xlimit91
Created October 30, 2017 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xlimit91/dd500a5f556592e4aa234cf61d4f8b52 to your computer and use it in GitHub Desktop.
Save xlimit91/dd500a5f556592e4aa234cf61d4f8b52 to your computer and use it in GitHub Desktop.
dark pihole theme design
.layout-boxed {
background: black;
}
.skin-blue .main-header .navbar {
/* background-color: #3c8dbc; */
}
.skin-blue .main-header .logo {
/* background-color: #367fa9; */
color: #fff;
border-bottom: 0 solid transparent;
}
.main-footer {
/* background: #fff; */
padding: 15px;
color: #444;
border-top: 1px solid #d2d6de;
}
.main-footer {
/* background: #fff; */
padding: 15px;
color: #fff;
border-top: 1px solid #d2d6de;
}
.content-wrapper, .right-side {
min-height: 100%;
/* background-color: #ecf0f5; */
z-index: 800;
}
.box {
position: relative;
border-radius: 3px;
background: #1a2226;
border-top: 3px solid #0e1214;
margin-bottom: 20px;
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
display: inline-block;
font-size: 18px;
margin: 0;
line-height: 1;
color: #b8c7ce;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #b8c7ce;
/* background-color: black; */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment