Create green.css

This commit is contained in:
Vozer
2023-01-29 21:37:56 -06:00
committed by GitHub
parent c340ea959a
commit e8e4b1569a
@@ -0,0 +1,6 @@
:root {
--accent: rgb(93, 181, 76);
--accent-hover: rgba(93, 181, 76, 0.977);
--accent-selected: rgb(93, 181, 76, 0.612);
--accent-focused: rgb(93, 181, 76, 0.200);
}