Merge pull request #7 from Iucism/main

"dark accent" - apricot color
This commit is contained in:
Vozer
2022-06-09 17:02:22 -05:00
committed by GitHub
+8
View File
@@ -50,3 +50,11 @@
--accent-selected: rgb(255, 0, 128, 0.612);
}
*/
/* Dark
:root {
--accent: rgb(152,129,123)
--accent-hover: rgb(0,0,0);
--accent-selected: rgb(0,0,0);
}
*/