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
caf77fb18f
commit
0c717b5873
1 changed files with 1 additions and 5 deletions
|
@ -42,18 +42,14 @@ footer {
|
|||
font-size: 1.2em;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
background-color: #3f9acc; /*#c3eaff;*/
|
||||
/* border: 2px solid #3f9acc; */
|
||||
background-color: #3f9acc;
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
/* border-bottom-width: 4px; */
|
||||
cursor: pointer;
|
||||
}
|
||||
.bigBtn:hover {
|
||||
color: #fff;
|
||||
/* border-color: #3f9acc; */
|
||||
background-color: #72bde6;
|
||||
/* background-color: #9dd3f0; */
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in a new issue