🖱️ Fix selection highlight css rules for text generated by cmd shortcode (#59)
* Fix non selectable text in cmd shortcode * Invert selection colors for text generated by cmd shortcode
This commit is contained in:
parent
ebceede3a7
commit
b87a99af1f
|
@ -168,7 +168,10 @@ code {
|
|||
font-weight: bold;
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
|
||||
.cmd code::selection{
|
||||
background: #fefefe;
|
||||
color: rgba(0,0,0,.8);
|
||||
}
|
||||
/* Lists */
|
||||
main ul,
|
||||
main ol {
|
||||
|
|
Loading…
Reference in New Issue
Block a user