Button styles

This commit is contained in:
Daniel Flanagan 2020-07-29 14:16:42 -05:00
parent 889a47691c
commit 489463475a
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 3 additions and 2 deletions

View File

@ -194,13 +194,14 @@ input:hover, textarea:hover {
}
button, input[type=submit] {
background: #a1efe4;
background: #fff;
color: #000;
cursor: pointer;
}
button:focus, input[type=submit]:focus,
button:hover, input[type=submit]:hover {
background: #66d9ef;
background: #ccc;
}
ul, ol {