Fix styling bug
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user