server ver
This commit is contained in:
1
public/z0mb/css/bootstrap-dark.css
vendored
1
public/z0mb/css/bootstrap-dark.css
vendored
@@ -11,7 +11,6 @@
|
||||
* Copyright 2011-2019 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
|
||||
:root {
|
||||
--blue: #375a7f;
|
||||
--indigo: #6610f2;
|
||||
|
16
public/z0mb/css/z0mb.css
vendored
16
public/z0mb/css/z0mb.css
vendored
@@ -238,11 +238,11 @@ ul.dd-menu > li:hover {
|
||||
|
||||
.dd-input + .dd-menu {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dd-input:checked + .dd-menu {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.dd-menu li {
|
||||
padding: 10px 20px;
|
||||
@@ -308,11 +308,19 @@ div#categories {
|
||||
}
|
||||
|
||||
div#collapseComments {
|
||||
background: #040a0a;
|
||||
background: #000;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.card.panel-default {
|
||||
margin-top: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
#commentForm textarea {
|
||||
background: rgb(33, 34, 34) none repeat scroll 0 0;
|
||||
}
|
||||
|
||||
.commentButton {
|
||||
background: #000;
|
||||
}
|
||||
|
Reference in New Issue
Block a user