some css tweaks in njum

This commit is contained in:
noxy
2019-10-10 19:10:43 +00:00
parent 4df2526cd1
commit 7b32d067e1
4 changed files with 24 additions and 4 deletions

View File

@@ -1043,4 +1043,24 @@ a.badge.video-id {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 1em;
}
}
.panel.panel-default {
background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
padding: 15px;
margin-bottom: 15px;
border-radius: .25rem;
border: 1px solid black;
text-shadow: 1px 1px black;
}
#commentForm textarea {
color: #c8c8c8;
background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
border: 1px solid black;
text-shadow: 1px 1px black;
}
.popover {
background-color: #191919;
}