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