Fix typos

This commit is contained in:
Matthew Grove
2018-11-17 18:15:29 +00:00
parent 82fccd51a2
commit 5958b917bb

View File

@@ -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;
}