Update _accents.scss

This commit is contained in:
lucism
2022-06-09 17:51:58 -04:00
committed by GitHub
parent 231b8c2daa
commit d9db1c2c83
+8
View File
@@ -50,3 +50,11 @@
--accent-selected: rgb(255, 0, 128, 0.612);
}
*/
/* Dark/Black
:root {
--accent: rgb(0,0,0);
--accent-hover: rgb(0,0,0);
--accent-selected: rgb(0,0,0);
}
*/