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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user