buttons get backgrounds
This commit is contained in:
parent
52d36ce44e
commit
942b3ea93b
1 changed files with 3 additions and 0 deletions
3
min.css
3
min.css
|
@ -1,8 +1,11 @@
|
|||
body {
|
||||
font-family: Helvetica, sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background: rgb(52, 94, 179);
|
||||
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
|
||||
color: rgb(243, 243, 243) !important;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Reference in a new issue