Merge branch 'sethcottle:main' into main

This commit is contained in:
artificialbutter
2023-06-29 14:45:30 -07:00
committed by GitHub
4 changed files with 76 additions and 0 deletions

View File

@@ -474,6 +474,26 @@ button:hover,
filter: brightness(90%);
}
/* Kick */
.button.button-kick {
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;