Compare commits
2 Commits
7a7b19c02b
...
6362dcaef5
Author | SHA1 | Date | |
---|---|---|---|
6362dcaef5 | |||
55862e05f9 |
@ -11,10 +11,11 @@ My own homepage, bocken.org, built with svelte-kit.
|
|||||||
- [ ] preferences page
|
- [ ] preferences page
|
||||||
- [x] change password
|
- [x] change password
|
||||||
- [ ] fail2ban integration
|
- [ ] fail2ban integration
|
||||||
- [ ] dark mode `@media (prefers-color-scheme: dark) {}`
|
- [x] css dark mode `@media (prefers-color-scheme: dark) {}`
|
||||||
|
- [ ] dark mode toggle
|
||||||
|
|
||||||
### Rezepte
|
### Rezepte
|
||||||
- [ ] Do not list recipes that are all-year as "seasonal"
|
- [x] Do not list recipes that are all-year as "seasonal"
|
||||||
- [ ] nutrition facts
|
- [ ] nutrition facts
|
||||||
- [x] verify randomize arrays based on day
|
- [x] verify randomize arrays based on day
|
||||||
- [x] notes for next time
|
- [x] notes for next time
|
||||||
|
@ -17,6 +17,11 @@ a.icon{
|
|||||||
border-radius:1000px;
|
border-radius:1000px;
|
||||||
box-shadow: 0em 0em 2em 0.1em rgba(0, 0, 0, 0.6);
|
box-shadow: 0em 0em 2em 0.1em rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
a.icon{
|
||||||
|
background-color: var(--accent-dark);
|
||||||
|
}
|
||||||
|
}
|
||||||
input.icon{
|
input.icon{
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user