2 new accents + typo fix

This commit is contained in:
Iucism
2022-07-23 19:23:54 -04:00
committed by GitHub
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
--accent-hover: rgba(251,185,56);
--accent-selected: rgba(246,129,41);
--accent-buttons: rgba(150,56,146);
--accent-focused: rgb(2150, 56, 146, 0.200);
--accent-focused: rgb(215, 56, 146, 0.200);
}
.clickable-ZD7xvu .icon-2xnN2Y, .linkButtonIcon-7rsZcu {
color: rgb(224,54,60) !important;
@@ -0,0 +1,6 @@
:root {
--accent: rgba(179, 48, 255, 0.809);
--accent-hover: rgba(53, 255, 70, 0.788);
--accent-selected: rgb(53, 255, 70, 0.788);
--accent-focused: rgba(136, 43, 228, 0.261);
}
@@ -0,0 +1,7 @@
:root {
--accent: rgb(170, 150, 120);
--accent-hover: rgba(149, 194, 203, 0.6);
--accent-buttons: rgba(149, 194, 203, 0.4);
--accent-selected: rgba(245, 92, 4, 0.829);
--accent-focused: rgba(67, 65, 121, 0.4);
}