diff --git a/public/css/style.css b/public/css/style.css index 65fffa0..5c50e9c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -701,6 +701,15 @@ input, textarea, select { max-height: 0; opacity: 0; } +::selection { + background: #a855f7; + color: #ffffff; +} + +::-moz-selection { + background: #a855f7; + color: #ffffff; +} #scroll-progress { position: fixed;