mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
slight changes to Big Button css and Launch button font-weight
This commit is contained in:
@@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user