rDrama/files/assets/css/classic_dark.css

18 lines
384 B
CSS
Raw Normal View History

2022-09-16 01:45:31 +00:00
:root {
2022-10-28 23:39:31 +00:00
--muted: #999;
--black: #999;
2022-12-07 17:53:29 +00:00
--background: 34, 34, 34;
2022-07-16 21:00:02 +00:00
}
#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;
}
.unread {
background-color: #3d3d3d !important;
}