Bluer accent hover

This commit is contained in:
Vozer
2022-06-27 18:56:05 -05:00
committed by GitHub
parent 671b909a57
commit 740c3ffcca
+2 -2
View File
@@ -11,7 +11,7 @@
/* Blue */
:root {
--accent: rgb(26, 129, 251);
--accent-hover: rgba(0, 78, 174, 0.977);
--accent-hover: rgba(26, 129, 251, 0.977);
--accent-selected: rgb(26, 129, 251, 0.612);
}
@@ -25,7 +25,7 @@
*/
/* Yellow
/* Yellow
:root {
--accent: rgb( 251, 192, 45);
--accent-hover: rgba( 251, 192, 45, 0.977);