Compare commits

..

2 Commits

View File

@@ -21,6 +21,12 @@ button, input, textarea {
color: lime;
background-color: black;
border: 1px solid lime;
cursor: pointer;
}
button:hover {
background-color: lime;
color: black;
}
textarea {