mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
Made a dark Steam button
Didn't like the light one so I made it dark that resembles the steam logo
This commit is contained in:
@@ -808,6 +808,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Steam Dark */
|
||||
.button.button-steam-dark {
|
||||
color: #ffffff;
|
||||
background-image: linear-gradient(90deg, #09172a, #072a57, #0c5085);
|
||||
}
|
||||
.button.button-steam-dark:hover,
|
||||
.button.button-steam-dark:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Steam */
|
||||
.button.button-steam {
|
||||
color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user