Edit theme for cookie notice

This commit is contained in:
Matthew Grove
2018-11-17 17:12:01 +00:00
parent 777676faa2
commit 75127de1a1

View File

@@ -59,9 +59,9 @@ body {
height: 70px;
padding-top: 30px;
position: absolute;
background: #ffffff;
background: --mdc-theme-primary;
border-bottom: 2px solid #fbeed5;
color: #c09853;
color: --mdc-theme-background;
text-align: center;
bottom: 0;
left: 0;
@@ -74,7 +74,7 @@ body {
}
#cookies > p a {
color: #00adb4;
color: #--mdc-theme-secondary;
text-decoration: none;
}