Skip to content
Snippets Groups Projects
Commit c7c89eb6 authored by Elias Villiger's avatar Elias Villiger
Browse files

Better hint color for qfq variables dark mode

parent e82a2b92
No related branches found
No related tags found
Loading
Pipeline #12027 passed
...@@ -9,7 +9,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket { background-color: rgba(255, ...@@ -9,7 +9,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket { background-color: rgba(255,
.CodeMirror-hints { padding: 0; font-size: 100%; } .CodeMirror-hints { padding: 0; font-size: 100%; }
.CodeMirror-hint { padding: 2px 8px; border-radius: 0; padding-right: 8px !important; } .CodeMirror-hint { padding: 2px 8px; border-radius: 0; padding-right: 8px !important; }
li.CodeMirror-hint-active { background: #e0e0e0; color: black; } li.CodeMirror-hint-active { background: #e0e0e0; color: black; }
.qfqdark li.CodeMirror-hint { background: #3A3A3A; } .qfqdark li.CodeMirror-hint { background: #3A3A3A; color: white; }
.qfqdark li.CodeMirror-hint-active { background: #555; } .qfqdark li.CodeMirror-hint-active { background: #555; }
/* Apply styling to various hint types (based on their main styling) */ /* Apply styling to various hint types (based on their main styling) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment