845
edits
No edit summary |
No edit summary |
||
| Line 195: | Line 195: | ||
/* Button styling */ | /* Button styling */ | ||
button { | .mw-ui-button { | ||
font-family: "Desmon", Sans-serif | font-family: "Desmon", Sans-serif !important; | ||
font-weight: 400 !important; | |||
font-weight: 400; | |||
letter-spacing: 1.3px; | letter-spacing: 1.3px; | ||
text-shadow: 0px 0px 10px rgba(0,0,0,0.3); | text-shadow: 0px 0px 10px rgba(0,0,0,0.3); | ||
fill: #FEEBB3 !important; | fill: #FEEBB3 !important; | ||
color: #FEEBB3 !important; | color: #FEEBB3 !important; | ||
background-color: #FC6543; | background-color: #FC6543 !important; | ||
border-style: solid; | border-style: solid !important; | ||
border-width: 4px 4px 4px 4px; | border-width: 4px 4px 4px 4px !important; | ||
border-color: #FEEBB3 !important; | border-color: #FEEBB3 !important; | ||
border-radius: 50px 0px 50px 0px; | border-radius: 50px 0px 50px 0px !important; | ||
padding: 15px 45px 15px 45px; | padding: 15px 45px 15px 45px !important; | ||
} | } | ||