Fix typos
This commit is contained in:
@@ -58,8 +58,8 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: --mdc-theme-primary;
|
background: var(--mdc-theme-primary);
|
||||||
color: --mdc-theme-background;
|
color: var(--mdc-theme-background);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: -100px;
|
bottom: -100px;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -72,6 +72,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#cookies > p a {
|
#cookies > p a {
|
||||||
color: #--mdc-theme-secondary;
|
color: var(--mdc-theme-secondary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user