mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:09:47 +02:00
Oops, fix color
This commit is contained in:
@@ -6,10 +6,6 @@
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-editor * {
|
|
||||||
background-color: black !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cm-editor, .iframe-wrapper {
|
.cm-editor, .iframe-wrapper {
|
||||||
padding: 0.3rem 0.5rem;
|
padding: 0.3rem 0.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -30,11 +26,6 @@ iframe {
|
|||||||
box-shadow: 0 0 0 2pt rgba(180, 180, 180, 0.1);
|
box-shadow: 0 0 0 2pt rgba(180, 180, 180, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-editor .cm-content {
|
|
||||||
/*outline: 1px red;*/
|
|
||||||
border-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cm-editor .cm-cursor {
|
.cm-editor .cm-cursor {
|
||||||
border-left: 2px solid red;
|
border-left: 2px solid red;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user