mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Update button styles
This commit is contained in:
parent
258a74f8bd
commit
caf77fb18f
1 changed files with 11 additions and 7 deletions
18
styles.css
18
styles.css
|
@ -37,19 +37,23 @@ footer {
|
||||||
.bigBtn {
|
.bigBtn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
padding: 8px;
|
padding: 8px 16px;
|
||||||
color: #333;
|
color: #fff;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #c3eaff;
|
background-color: #3f9acc; /*#c3eaff;*/
|
||||||
border: 1px solid #3f9acc;
|
/* border: 2px solid #3f9acc; */
|
||||||
border-radius: 3px;
|
border: 0;
|
||||||
border-bottom-width: 3px;
|
border-radius: 8px;
|
||||||
|
/* border-bottom-width: 4px; */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.bigBtn:hover {
|
.bigBtn:hover {
|
||||||
background-color: #9dd3f0;
|
color: #fff;
|
||||||
|
/* border-color: #3f9acc; */
|
||||||
|
background-color: #72bde6;
|
||||||
|
/* background-color: #9dd3f0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in a new issue