🖱️ 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:
Sidharth R 2021-09-06 10:11:35 +05:30 committed by GitHub
parent ebceede3a7
commit b87a99af1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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 {