Fix styling bug on cookie notice
This commit is contained in:
@@ -56,8 +56,6 @@ body {
|
||||
#cookies {
|
||||
display: none;
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
padding-top: 30px;
|
||||
position: fixed;
|
||||
background: var(--mdc-theme-primary);
|
||||
color: var(--mdc-theme-background);
|
||||
@@ -67,6 +65,10 @@ body {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
#cookies p {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#cookies p a {
|
||||
color: var(--mdc-theme-secondary);
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user