forked from Mirrors/keyoxide-web
Update button styles
This commit is contained in:
parent
caf77fb18f
commit
0c717b5873
1 changed files with 1 additions and 5 deletions
|
@ -42,18 +42,14 @@ footer {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #3f9acc; /*#c3eaff;*/
|
background-color: #3f9acc;
|
||||||
/* border: 2px solid #3f9acc; */
|
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
/* border-bottom-width: 4px; */
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.bigBtn:hover {
|
.bigBtn:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
/* border-color: #3f9acc; */
|
|
||||||
background-color: #72bde6;
|
background-color: #72bde6;
|
||||||
/* background-color: #9dd3f0; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in a new issue