From 91e0657992f9671ec535a316cff8d0a6d34dffa0 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Thu, 16 Dec 2021 15:44:12 +0000 Subject: [PATCH] feat: text-selection background color --- assets/scss/custom.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 7f17aa6..4841fb7 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -1,3 +1,13 @@ +::selection{ + background-color:#aed1ff; +} +::-webkit-selection{ + background-color:#aed1ff; +} +::-moz-selection{ + background-color:#aed1ff; +} + .widget.archives { .widget-archive--list { border-radius: var(--card-border-radius);