From 37604c8b1ca38b717b93e4d9e3bf7b8a11015815 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 24 Jun 2021 19:24:03 +0200 Subject: [PATCH] Update css --- webmusic.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webmusic.css b/webmusic.css index be43c4c..c6fdd4a 100644 --- a/webmusic.css +++ b/webmusic.css @@ -74,4 +74,14 @@ li { *::-webkit-scrollbar-thumb { background-color: grey; border-radius: 20px; +} + +::-moz-selection { /* Code for Firefox */ + color: #161616; + background: #d8c18c; +} + +::selection { + color: #161616; + background: #d8c18c; } \ No newline at end of file