26 lines
343 B
CSS
26 lines
343 B
CSS
body {
|
|
margin: 0px;
|
|
}
|
|
|
|
.own-pixelfed {
|
|
width: 32px;
|
|
}
|
|
|
|
.own-pixelfed::before {
|
|
content: " ";
|
|
background-image: url("images/pixelfed-icon-black.svg");
|
|
width: 32px;
|
|
height: 32px;
|
|
display: block;
|
|
position: absolute;
|
|
top: -8px;
|
|
}
|
|
|
|
|
|
.fa, .fas, .far {
|
|
font-family: "Font Awesome 5 Free";
|
|
}
|
|
|
|
.fab {
|
|
font-family: "Font Awesome 5 Brands";
|
|
}
|