1
0

Use material theme colour for "FULL ONLY" entries.

This commit is contained in:
2017-12-29 00:58:29 +01:00
parent e04f479716
commit be31fd513f
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
:root {
--mdc-theme-primary: #1b5e20;
--mdc-theme-primary-light: #4c8c4a;
--mdc-theme-primary-dark: #003300;
--mdc-theme-secondary: #f9a825;
--mdc-theme-secondary-light: #ffd95a;
--mdc-theme-secondary-dark: #c17900;
}
body {