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