Fix: set ::-moz-selection to font bold to

This commit is contained in:
Aroy-Art 2024-07-24 22:37:23 +02:00
parent 05f1198dfb
commit 2c47cd338c
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -100,6 +100,7 @@ pre {
::-moz-selection { ::-moz-selection {
/* Firefox Code */ /* Firefox Code */
color: #57cbcc; color: #57cbcc;
font-weight: bold;
background: #750cf2; background: #750cf2;
} }