Stack Overflow + Tweaks

Added Stack Overflow, renamed Steam Dark to Steam Alt to match the defined pattern we're already using for alternate buttons. Added stroke for accessibility.
This commit is contained in:
Seth Cottle
2024-03-04 10:41:31 -05:00
parent 4b55e9b85f
commit 18d46bd04d
3 changed files with 34 additions and 8 deletions

View File

@@ -884,13 +884,14 @@ button:hover,
filter: brightness(90%);
}
/* Steam Dark */
.button.button-steam-dark {
color: #ffffff;
background-image: linear-gradient(90deg, #09172a, #072a57, #0c5085);
/* Stack Overflow */
.button.button-stack-overflow {
color: #000000;
background-color: #FFFFFF;
border: 1px solid #000000;
}
.button.button-steam-dark:hover,
.button.button-steam-dark:focus {
.button.button-stack-overflow:hover,
.button.button-stack-overflow:focus {
filter: brightness(90%);
}
@@ -904,6 +905,17 @@ button:hover,
filter: brightness(90%);
}
/* Steam Alt */
.button.button-steam-alt {
color: #ffffff;
background-image: linear-gradient(90deg, #09172a, #072a57, #0c5085);
border: 1px solid #FFFFFF;
}
.button.button-steam-alt:hover,
.button.button-steam-alt:focus {
filter: brightness(90%);
}
/* Strava */
.button.button-strava {
color: #ffffff;