diff --git a/src/css/style.scss b/src/css/style.scss index cd839f6..a09af57 100644 --- a/src/css/style.scss +++ b/src/css/style.scss @@ -14,6 +14,11 @@ a { color: $accent; } +::selection { + background-color: rgba($accent, 0.7); + color: #ffb8e8; +} + .like-a { color: $accent; text-decoration: underline;