mirror of
https://gitea.artixlinux.org/artix/gitea-dark-blue.git
synced 2024-12-18 15:54:22 +00:00
Fix cursor color in edit mode and tt font size
This commit is contained in:
parent
623326581b
commit
1d8f2d7dad
@ -925,6 +925,13 @@
|
||||
.CodeMirror .CodeMirror-code .cm-tag {
|
||||
color: #dedede;
|
||||
}
|
||||
.CodeMirror-selected {
|
||||
background: #333 !important;
|
||||
}
|
||||
.CodeMirror-cursor {
|
||||
width: 2px;
|
||||
background: #0f0;
|
||||
}
|
||||
.cm-s-default .cm-meta,
|
||||
.cm-s-default .cm-qualifier {
|
||||
color: #a8cfe7;
|
||||
@ -1005,3 +1012,10 @@
|
||||
.heatmap-color-5 {
|
||||
background-color: #3d9bdf;
|
||||
}
|
||||
.editor-toolbar a {
|
||||
color: #71abe7 !important;
|
||||
}
|
||||
.markdown:not(code) code, .markdown:not(code) tt {
|
||||
font-size: 1em;
|
||||
background-color: #0c112d;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user