diff --git a/static/www/style.scss b/static/www/style.scss index 7cc5c29..b9d31da 100644 --- a/static/www/style.scss +++ b/static/www/style.scss @@ -25,6 +25,11 @@ body { font-family: 'Iosevka', monospace; } +::selection { + background-color: $primary-color; + color: $background-color; +} + @mixin flex-center { display: flex; justify-content: center;