From b87a99af1fe064a574ba385a9f11334f4296f314 Mon Sep 17 00:00:00 2001 From: Sidharth R Date: Mon, 6 Sep 2021 10:11:35 +0530 Subject: =?UTF-8?q?=F0=9F=96=B1=EF=B8=8F=20Fix=20selection=20highlight=20c?= =?UTF-8?q?ss=20rules=20for=20text=20generated=20by=20cmd=20shortcode=20(#?= =?UTF-8?q?59)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix non selectable text in cmd shortcode * Invert selection colors for text generated by cmd shortcode --- assets/css/template-styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 9ce3042..74a2eb3 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -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 { -- cgit v1.2.3