mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 13:48:38 +00:00
7 lines
184 B
CSS
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);
|
|
}
|