Fix styling bug

This commit is contained in:
Matthew Grove
2018-11-17 18:18:33 +00:00
parent 5958b917bb
commit 50d6ae9c3d

View File

@@ -57,6 +57,7 @@ body {
display: none; display: none;
width: 100%; width: 100%;
height: 70px; height: 70px;
padding-top: 30px;
position: fixed; position: fixed;
background: var(--mdc-theme-primary); background: var(--mdc-theme-primary);
color: var(--mdc-theme-background); color: var(--mdc-theme-background);
@@ -66,12 +67,7 @@ body {
z-index: 9999; z-index: 9999;
} }
#cookies > p { #cookies p a {
margin: 0 0 10px 0;
font-weight: bold;
}
#cookies > p a {
color: var(--mdc-theme-secondary); color: var(--mdc-theme-secondary);
text-decoration: none; text-decoration: none;
} }