feat: Add Pixelfed

This commit is contained in:
KieranRobson 2023-07-22 21:00:38 +01:00
parent 015e490be9
commit 14c97dc888
2 changed files with 109 additions and 0 deletions

View file

@ -227,3 +227,11 @@ button:hover,
.button.button-vero:hover,
.button.button-vero:focus {
filter: brightness(90%) }
/* Pixelfed */
.button.button-pixelfed {
color: #000000;
background-color: #ffffff }
.button.button-pixelfed:hover,
.button.button-pixelfed:focus {
filter: brightness(90%) }