1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-09-09 05:30:42 +02:00

add date picker, refactor event names, cleanups

This commit is contained in:
Morris Brodersen
2022-05-10 12:47:17 +02:00
parent 45e0f3899d
commit 77238353f9
18 changed files with 334 additions and 60 deletions

View File

@@ -38,6 +38,15 @@
font-size: 1.5em;
}
.app-button.-highlight {
background: #111;
color: #fff;
}
.app-button.-highlight:hover {
color: #eee;
}
@media (min-width: 600px) {
.app-button.-xl {
font-size: 2em;