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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2019-11-26 04:15:39 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2019-11-26 04:15:39 +0300
commite1d51f94a98c42e6eb5c1e71b1adcceb765019bb (patch)
tree77500c6d444954552a676f69085ab40be194803b /assets
parentcb5b52f628e2627acfacc7de98bbbf7552a274a5 (diff)
Selection text color.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index d5192ea..280cf42 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -53,6 +53,10 @@ $h-diff: 3px;
display: none;
}
+::selection {
+ background: rgba($color-accent, 0.4);
+}
+
body {
background: $back-container-background;
padding: 0;