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);