General Updates
Added additional comments for clarification and reorganized a recently added brand alphabetically.
This commit is contained in:
@ -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%);
|
||||
}
|
Reference in New Issue
Block a user