Blue is the default accent

This commit is contained in:
Vozer
2022-06-08 14:07:58 -05:00
committed by GitHub
parent 2dbe47238e
commit 8fa550d5ec
+4 -3
View File
@@ -9,12 +9,12 @@
*/
/* Blue
/* Blue */
:root {
--accent: rgb(26, 129, 251);
--accent-hover: rgba(0, 78, 174, 0.977);
--accent-selected: rgb(26, 129, 251, 0.612);
} */
}
/* Red
:root {
@@ -23,9 +23,10 @@
--accent-selected: rgb(237, 60, 68, 0.612);
} */
/* Pink */
/* Pink
:root {
--accent: rgb(248, 74, 156);
--accent-hover: rgba(248, 74, 156, 0.977);
--accent-selected: rgb(248, 74, 156, 0.612);
}
*/