Edit theme for cookie notice
This commit is contained in:
@@ -59,9 +59,9 @@ body {
|
|||||||
height: 70px;
|
height: 70px;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #ffffff;
|
background: --mdc-theme-primary;
|
||||||
border-bottom: 2px solid #fbeed5;
|
border-bottom: 2px solid #fbeed5;
|
||||||
color: #c09853;
|
color: --mdc-theme-background;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -74,7 +74,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#cookies > p a {
|
#cookies > p a {
|
||||||
color: #00adb4;
|
color: #--mdc-theme-secondary;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user