* Fix non selectable text in cmd shortcode * Invert selection colors for text generated by cmd shortcode
@@ -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 {