Files
surCord/src/fixations/additions/accents/red.css
T
2022-07-25 13:03:18 -05:00

7 lines
184 B
CSS

:root {
--accent: rgb(237, 60, 68);
--accent-hover: rgb(237, 60, 68, 0.977);
--accent-selected: rgb(237, 60, 68, 0.612);
--accent-focused: rgb(237, 60, 68, 0.200);
}