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 {