Compare commits

..

No commits in common. "6362dcaef5f934600e71afff7f247b08a3e3688f" and "7a7b19c02b1258c6483b2f719273738bcedf5e19" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -11,11 +11,10 @@ My own homepage, bocken.org, built with svelte-kit.
- [ ] preferences page
- [x] change password
- [ ] fail2ban integration
- [x] css dark mode `@media (prefers-color-scheme: dark) {}`
- [ ] dark mode toggle
- [ ] dark mode `@media (prefers-color-scheme: dark) {}`
### Rezepte
- [x] Do not list recipes that are all-year as "seasonal"
- [ ] Do not list recipes that are all-year as "seasonal"
- [ ] nutrition facts
- [x] verify randomize arrays based on day
- [x] notes for next time

View File

@ -17,11 +17,6 @@ a.icon{
border-radius:1000px;
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{
z-index: 3;
box-sizing: border-box;