mirror of
https://github.com/sethcottle/littlelink.git
synced 2024-10-01 01:06:05 -04:00
Use "official" gradient
This commit is contained in:
parent
a8082c0078
commit
4cbc3699c3
@ -602,7 +602,7 @@ button:hover,
|
||||
/* NGL */
|
||||
.button.button-ngl {
|
||||
color: #ffffff;
|
||||
background-image: linear-gradient(45deg, #ed1581 0%, #ff8614 100%);
|
||||
background-image: linear-gradient(-45deg, #ff8d10, #ec1187);
|
||||
}
|
||||
.button.button-ngl:hover,
|
||||
.button.button-ngl:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user