forked from deepStateMirrors/tabi
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.
This commit is contained in:
parent
c7cea039e0
commit
5d978abffb
1 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@
|
|||
--primary-color: #ef5350;
|
||||
--hover-color: white;
|
||||
--background-color: #1f1f1f;
|
||||
// --navbar-color:#222226;
|
||||
--secondary-color: #696969;
|
||||
--highlights: #b35a5a;
|
||||
--links: #d35d6e;
|
||||
|
@ -47,7 +46,7 @@
|
|||
--bg-2: #fefefe;
|
||||
--hover-color: white;
|
||||
--background-color: #fff;
|
||||
// --navbar-color:#e3e3e3;
|
||||
--primary-color: #9fca5b;
|
||||
--secondary-color: rgb(158, 158, 158);
|
||||
--links: #799351;
|
||||
--text-color: #222226;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue