Fixed Cookie Auto-Nightmode and changed copyright
This commit is contained in:
parent
8e131d3ee4
commit
1b7a502cd4
@ -7,6 +7,7 @@
|
||||
width: 100vw;
|
||||
height: min-content;
|
||||
|
||||
color: black;
|
||||
background-color: white;
|
||||
border-top: 1px solid black;
|
||||
|
||||
@ -20,6 +21,9 @@
|
||||
padding: .5rem 1rem;
|
||||
margin: 0;
|
||||
line-height: 1em;
|
||||
|
||||
color: black;
|
||||
border-color: black;
|
||||
}
|
||||
|
||||
.cookie-banner * {
|
||||
@ -33,4 +37,17 @@
|
||||
|
||||
.cookie-banner > :last-child {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark){
|
||||
.cookie-banner {
|
||||
background-color: black;
|
||||
border-color: white;
|
||||
color: white;
|
||||
}
|
||||
.cookie-banner button{
|
||||
color: white;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
}
|
@ -370,8 +370,8 @@
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>
|
||||
Made with ☕
|
||||
by <a href="https://github.com/ChrisgammaDE" target="_blank">Christian</a>
|
||||
Made with ☕ <br>
|
||||
© <a href="https://github.com/ChrisgammaDE" target="_blank">Christian</a>, 2020
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://yokta.de/i/impressum.html" target="_blank">Impressum</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user