0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-25 23:38:14 +00:00

definition lists

This commit is contained in:
Víctor Losada Hernández
2026-03-24 16:56:40 +01:00
parent 02ae7176f7
commit 953ef8c534
3 changed files with 126 additions and 23 deletions

View File

@@ -74,15 +74,15 @@
vertical-align : sub;
color : rgb(123, 123, 15);
}
.cm-dl-highlight {
&.dl-colon-highlight {
.cm-definitionList {
.cm-definitionTerm { color : rgb(96, 117, 143); }
.cm-definitionColon {
font-weight : bold;
color : #949494;
background : #E5E5E5;
border-radius : 3px;
}
&.dt-highlight { color : rgb(96, 117, 143); }
&.dd-highlight { color : rgb(97, 57, 178); }
.cm-definitionDesc { color : rgb(97, 57, 178); }
}
}