slight changes to Big Button css and Launch button font-weight

This commit is contained in:
Wehi
2023-05-10 16:13:55 +02:00
parent 15e6958527
commit 878dfed932
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
height: 100%; height: 100%;
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
font-size: 24px; font-size: 24px;
font-weight: 400; font-weight: 500;
width: 20%; width: 20%;
} }

View File

@@ -7,7 +7,7 @@
padding: 0 30px; padding: 0 30px;
border-radius: 5px; border-radius: 5px;
border: none; border: none;
background: linear-gradient(#ffd326, #ffc61e); background: linear-gradient(#ffcf0d, #fec004);
color: #704a1d; color: #704a1d;
font-weight: bold; font-weight: bold;
@@ -16,7 +16,7 @@
.BigButton:hover { .BigButton:hover {
cursor: pointer; cursor: pointer;
background: linear-gradient(#ffc61e, #ffd326); background: linear-gradient(#fdd841, #ffc517);
} }
.BigButton.disabled { .BigButton.disabled {