Feat: locale for date and button for adding next month

This commit is contained in:
2021-08-12 15:12:57 +02:00
parent 37d1967343
commit 35666dce00
4 changed files with 59 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ body {
}
button {
color: white;
color: black;
padding: 4px;
box-shadow: 1px 1px 2px gray;
text-align: center;
@@ -17,6 +17,8 @@ button {
}
button:hover {
background-color: black;
color: white;
transition: all 0.2s ease-out;
}