mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-23 14:19:18 +02:00
add working prefers-color-scheme implementation
This commit is contained in:
parent
57ab995f83
commit
91bdb91b62
6 changed files with 56 additions and 122 deletions
|
@ -16,13 +16,17 @@
|
|||
</nav>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
import '$lib/styles/style.css';
|
||||
</script>
|
||||
|
||||
<style>
|
||||
footer {
|
||||
padding: 1rem;
|
||||
margin: 2rem;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
background: #16181c;
|
||||
background: var(--container-background-color);
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue