diff --git a/assets/style.css b/assets/style.css index 4b70ac9..a6346d6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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 { diff --git a/index_main.php b/index_main.php index 13a145c..77a96e1 100644 --- a/index_main.php +++ b/index_main.php @@ -56,7 +56,7 @@ foreach ($allVars as $family => $models) { if (in_array($v, $allOta)) { echo '' . $v . ''; } else { - echo '' . $v . ''; + echo '' . $v . ''; } } else { echo '- - -';