Files
surCord/src/fixations/additions/accents/orange.css
T
2023-06-15 12:06:37 -05:00

7 lines
189 B
CSS

:root {
--accent: rgb(247, 107, 23);
--accent-hover: rgba(247, 107, 23, 0.977);
--accent-selected: rgb(247, 107, 23, 0.612);
--accent-focused: rgb(247, 107, 23, 0.200);
}