Feat: locale for date and button for adding next month
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user