Fix styling bug on cookie notice

This commit is contained in:
Matthew Grove
2018-11-17 18:23:30 +00:00
parent 50d6ae9c3d
commit ac060f7528

View File

@@ -56,8 +56,6 @@ body {
#cookies { #cookies {
display: none; display: none;
width: 100%; width: 100%;
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);
@@ -67,7 +65,11 @@ body {
z-index: 9999; z-index: 9999;
} }
#cookies p a { #cookies p {
margin: 10px;
}
#cookies p a {
color: var(--mdc-theme-secondary); color: var(--mdc-theme-secondary);
text-decoration: none; text-decoration: none;
} }