Compare commits
No commits in common. "6362dcaef5f934600e71afff7f247b08a3e3688f" and "7a7b19c02b1258c6483b2f719273738bcedf5e19" have entirely different histories.
6362dcaef5
...
7a7b19c02b
@ -11,11 +11,10 @@ My own homepage, bocken.org, built with svelte-kit.
|
|||||||
- [ ] preferences page
|
- [ ] preferences page
|
||||||
- [x] change password
|
- [x] change password
|
||||||
- [ ] fail2ban integration
|
- [ ] fail2ban integration
|
||||||
- [x] css dark mode `@media (prefers-color-scheme: dark) {}`
|
- [ ] dark mode `@media (prefers-color-scheme: dark) {}`
|
||||||
- [ ] dark mode toggle
|
|
||||||
|
|
||||||
### Rezepte
|
### Rezepte
|
||||||
- [x] Do not list recipes that are all-year as "seasonal"
|
- [ ] 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,11 +17,6 @@ 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