mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user