Set green colour for selection in light mode.

Matches the design of the dark mode, where the selection colour is
similar to the accent colour.
main
welpo 2 years ago
parent c7cea039e0
commit 5d978abffb

@ -27,7 +27,6 @@
--primary-color: #ef5350; --primary-color: #ef5350;
--hover-color: white; --hover-color: white;
--background-color: #1f1f1f; --background-color: #1f1f1f;
// --navbar-color:#222226;
--secondary-color: #696969; --secondary-color: #696969;
--highlights: #b35a5a; --highlights: #b35a5a;
--links: #d35d6e; --links: #d35d6e;
@ -47,7 +46,7 @@
--bg-2: #fefefe; --bg-2: #fefefe;
--hover-color: white; --hover-color: white;
--background-color: #fff; --background-color: #fff;
// --navbar-color:#e3e3e3; --primary-color: #9fca5b;
--secondary-color: rgb(158, 158, 158); --secondary-color: rgb(158, 158, 158);
--links: #799351; --links: #799351;
--text-color: #222226; --text-color: #222226;

Loading…
Cancel
Save