0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 02:32:37 +00:00

add styling for definition lists in the editor.

This commit is contained in:
Gazook89
2023-09-27 22:45:53 -05:00
parent f1e6a9a41e
commit 2c130d1943

View File

@@ -19,6 +19,20 @@
background-color : fade(#299, 15%);
border-bottom : #299 solid 1px;
}
.define {
&:not(.term):not(.definition){
color: #949494;
font-weight: bold;
background: #e5e5e5;
border-radius: 3px;
}
&.term {
color: rgb(96, 117, 143);
}
&.definition {
color: rgb(97, 57, 178);
}
}
.block:not(.cm-comment){
color : purple;
font-weight : bold;