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.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css
index ae58463..9ca6f8c 100644
--- a/assets/css/template-styles.css
+++ b/assets/css/template-styles.css
@@ -1024,3 +1024,13 @@ h1 svg {
background: none;
}
}
+
+::-moz-selection { /* Code for Firefox */
+ background: rgba(0,0,0,.8);
+ color: #fefefe;
+}
+
+::selection {
+ background: rgba(0,0,0,.8);
+ color: #fefefe;
+} \ No newline at end of file