added threma to brands.css, their svg and to index.html

This commit is contained in:
techano
2022-05-13 13:39:40 -07:00
committed by GitHub
parent 5d7a3ae023
commit e93f821df7
3 changed files with 24 additions and 0 deletions

View File

@ -578,3 +578,13 @@ 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%);
}