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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_base.scss')
-rw-r--r--assets/css/_base.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/_base.scss b/assets/css/_base.scss
index 2edceda..eb9e90e 100644
--- a/assets/css/_base.scss
+++ b/assets/css/_base.scss
@@ -46,3 +46,9 @@ pre {
overflow: auto;
}
+::selection {
+ background: rgba($light-color, .25);
+}
+::-moz-selection {
+ background: rgba($light-color, .25);
+}