Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/template-styles.css')
-rw-r--r--assets/css/template-styles.css5
1 files changed, 4 insertions, 1 deletions
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 {