Default theme updates

This commit is contained in:
Roman Cervantes 2019-11-19 11:34:35 -07:00
parent 1bf7883781
commit 218ec8c136

View file

@ -5,14 +5,14 @@
--game-card-background: #ffffff;
--game-card-text-color: #333333;
--header-text-color: #222222;
--accent-color: #0ab9e6;
--accent-color: #e5e5e5;
--list-background: #e5e5e5;
--list-header-background: #555555;
--list-header-text-color: #ffffff;
--modal-background: #414548;
--modal-text-color: #fff;
--note-color: #ffae42;
--primary-background: #0ab9e6;
--primary-background: #{darken(#555, 10%)};
--primary-text-color: #ffffff;
--rating-star-color: #ffae42;
--secondary-background: #e5e5e5;