Merge pull request #994 from Reylak/dev

RedBasic theme dark schema update
This commit is contained in:
git-marijus
2018-03-09 09:21:52 +01:00
committed by GitHub

View File

@@ -15,11 +15,24 @@ textarea, input, select
padding: 10px 0;
}
#jot-title {
border-radius: 3px;
}
#jot-title-wrap {
border-bottom: none;
margin-bottom: 5px;
}
#jot-category-wrap {
border-bottom: none;
margin-bottom: 5px;
}
.bootstrap-tagsinput {
background: #333;
}
optgroup {
color: #CCC !important;
}
@@ -343,6 +356,10 @@ pre {
border:1px solid #090909;
}
#wiki-content-container code {
background: #000;
}
.notif-item a {
color: #ccc;
}
@@ -462,5 +479,3 @@ pre {
.widget-nav-pills-checkbox:hover + a {
background-color: #222;
}