mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 20:28:52 +03:00
Add more contrast to green
This commit is contained in:
parent
d15b1fe03e
commit
72e3d96675
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
--blue-color: royalblue;
|
||||
--purple-color: blueviolet;
|
||||
--green-color: green;
|
||||
--green-color: darkgreen;
|
||||
--orange-color: darkorange;
|
||||
--red-color: orangered;
|
||||
--bg-color: #fff;
|
||||
|
@ -41,7 +41,7 @@
|
|||
:root {
|
||||
--blue-color: CornflowerBlue;
|
||||
--purple-color: mediumpurple;
|
||||
--green-color: limegreen;
|
||||
--green-color: lightgreen;
|
||||
--orange-color: orange;
|
||||
--bg-color: #242526;
|
||||
--bg-faded-color: #18191a;
|
||||
|
|
Loading…
Reference in a new issue