mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-12 01:29:42 +00:00
Basic dark theme for simplemde
This commit is contained in:
@@ -133,4 +133,21 @@
|
|||||||
-webkit-box-shadow: 0 0 0px 1000px rgba($info, .3) inset;
|
-webkit-box-shadow: 0 0 0px 1000px rgba($info, .3) inset;
|
||||||
transition: background-color 5000s ease-in-out 0s;
|
transition: background-color 5000s ease-in-out 0s;
|
||||||
}
|
}
|
||||||
|
.editor-toolbar > a {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
.editor-toolbar > a:hover {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
.editor-toolbar > a.active {
|
||||||
|
background: $info !important;
|
||||||
|
}
|
||||||
|
.cm-s-paper {
|
||||||
|
color: white;
|
||||||
|
background-color: $darktheme;
|
||||||
|
border-color: #bbb;
|
||||||
|
}
|
||||||
|
.CodeMirror-cursor {
|
||||||
|
border-color: white !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user