mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 13:48:38 +00:00
2 new accents + typo fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
--accent-hover: rgba(251,185,56);
|
--accent-hover: rgba(251,185,56);
|
||||||
--accent-selected: rgba(246,129,41);
|
--accent-selected: rgba(246,129,41);
|
||||||
--accent-buttons: rgba(150,56,146);
|
--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 {
|
.clickable-ZD7xvu .icon-2xnN2Y, .linkButtonIcon-7rsZcu {
|
||||||
color: rgb(224,54,60) !important;
|
color: rgb(224,54,60) !important;
|
||||||
@@ -22,4 +22,4 @@
|
|||||||
}
|
}
|
||||||
.buttonWrapper-3YFQGJ {
|
.buttonWrapper-3YFQGJ {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user