Added Substack

Added Substack CSS branding and icon.
This commit is contained in:
Seth Cottle
2022-11-16 12:37:19 -05:00
parent 1e18b6a265
commit d17d704cf9
3 changed files with 18 additions and 0 deletions

View File

@ -571,6 +571,16 @@ button:hover,
filter: brightness(90%);
}
/* Substack */
.button.button-substack {
color: #ffffff;
background-color: #FF6719;
}
.button.button-substack:hover,
.button.button-substack:focus {
filter: brightness(90%);
}
/* Telegram */
.button.button-telegram {
color: #ffffff;