General Updates

Added additional comments for clarification and reorganized a recently added brand alphabetically.
This commit is contained in:
Seth Cottle
2022-05-23 14:48:10 -04:00
parent 70bf4f8b4b
commit 9923aa2ce3
3 changed files with 51 additions and 15 deletions

View File

@ -458,6 +458,16 @@ button:hover,
filter: brightness(90%);
}
/* Threema */
.button.button-threema {
color: #000000;
background-color: #3fe669;
}
.button.button-threema:hover,
.button.button-threema:focus {
filter: brightness(90%);
}
/* TikTok */
.button.button-tiktok {
color: #ffffff;
@ -588,13 +598,3 @@ button:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
/* Threema */
.button.button-threema {
color: #000000;
background-color: #3fe669;
}
.button.button-threema:hover,
.button.button-threema:focus {
filter: brightness(90%);
}