forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-07-08 01:57:37 +03:00
parent 21c69eebec
commit 34d03776b3
1 changed files with 8 additions and 0 deletions

View File

@ -3,3 +3,11 @@
--black: #999;
--background: 34, 34, 34;
}
#speed-carot-modal .speed-modal-option {
background-color: rgb(var(--background));
}
#speed-carot-modal .speed-modal-option:hover, #speed-carot-modal .speed-modal-option:focus, #speed-carot-modal .speed-modal-option.selected {
background-color: #444444;
}