update CSS

This commit is contained in:
Kameron Kenny 2019-06-04 16:41:23 -04:00
parent a22faf09df
commit 06bf852342
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ textarea {
height:50%;
color: lime;
border: 1px solid #999; }
#newEvent {
display: none;}
#editEvent {
display: none; }
.warn { color: yellow; }
.green { color: lime; }
.over { color: red; }