zeebra stripes
This commit is contained in:
parent
7f86894702
commit
533f7a2fb3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user