zeebra stripes

This commit is contained in:
techknowlogick 2018-07-13 19:19:45 -04:00 committed by GitHub
parent 7f86894702
commit 533f7a2fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,6 +320,9 @@
.markdown:not(code) .highlight pre, .markdown:not(code) pre {
background-color: #2a2e3a;
border: 1px solid #404552;
}
.markdown:not(code) table tr:nth-child(2n) {
background-color: #474d61;
}
.ui.dropdown .menu {
background: #2c303a;
@ -748,20 +751,17 @@
box-shadow: 0 0 0 1px #609926 inset!important;
color: #609926!important;
}
.editor-toolbar {
.editor-toolbar {
background-color: #404552;
a {
color: #87ab63 !important;
}
}
.CodeMirror {
.CodeMirror {
color: #9daccc;
background-color: #2b2b2b;
border-top: none;
}
.CodeMirror-gutters{
.CodeMirror-gutters{
background-color: #2b2b2b;
}