Fix styling bug on cookie notice
This commit is contained in:
@@ -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,6 +65,10 @@ body {
|
|||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cookies p {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#cookies p a {
|
#cookies p a {
|
||||||
color: var(--mdc-theme-secondary);
|
color: var(--mdc-theme-secondary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user