mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 07:42:39 +00:00
add styling for definition lists in the editor.
This commit is contained in:
@@ -19,6 +19,20 @@
|
|||||||
background-color : fade(#299, 15%);
|
background-color : fade(#299, 15%);
|
||||||
border-bottom : #299 solid 1px;
|
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){
|
.block:not(.cm-comment){
|
||||||
color : purple;
|
color : purple;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user