mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-26 00:22:35 +03:00
Fix Kick - colors - based in Branding Guidelines
This commit is contained in:
@@ -474,14 +474,26 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Kick */
|
||||
.button.button-kick {
|
||||
background-color:#3d951b;
|
||||
color: #fff
|
||||
background-color:#000000;
|
||||
color: #ffffff;
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
.button.button-kick:hover {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Kick Alt */
|
||||
.button.button-kick-alt {
|
||||
background-color:#01e701;
|
||||
color: #000;
|
||||
}
|
||||
.button.button-kick-alt:hover {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
|
||||
/* Kickstarter */
|
||||
.button.button-kickstarter {
|
||||
color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user