From 5958b917bbc5ee7b482db14ae135b07de4c8b414 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 17 Nov 2018 18:15:29 +0000 Subject: [PATCH] Fix typos --- assets/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/global.css b/assets/global.css index 7c788e4..bfea79c 100644 --- a/assets/global.css +++ b/assets/global.css @@ -58,8 +58,8 @@ body { width: 100%; height: 70px; position: fixed; - background: --mdc-theme-primary; - color: --mdc-theme-background; + background: var(--mdc-theme-primary); + color: var(--mdc-theme-background); text-align: center; bottom: -100px; left: 0; @@ -72,6 +72,6 @@ body { } #cookies > p a { - color: #--mdc-theme-secondary; + color: var(--mdc-theme-secondary); text-decoration: none; }