1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-20 01:52:32 +01:00
This commit is contained in:
GilbN 2021-08-01 14:10:52 +00:00
parent e27e60e692
commit 876b7aff46
3 changed files with 4 additions and 4 deletions

View File

@ -17,5 +17,5 @@
/* APP VARS */
:root {
--progress-color: #3d3d3d;
--progress-color: rgb(170,170,170);
}

File diff suppressed because one or more lines are too long

View File

@ -7,8 +7,8 @@
--drop-down-menu-bg: #2d2d2d;
--button-color: #474747;
--button-color-hover: #5a5a5a;
--button-color: #7a7a7a;
--button-color-hover: #9b9b9b;
--button-text: #eee;
--button-text-hover: #FFF;