Init with some changes to the Serif Theme

This commit is contained in:
Waldehyd 2025-09-12 16:54:28 +02:00
commit 912d143813
243 changed files with 15251 additions and 0 deletions

View file

@ -0,0 +1,14 @@
.social {
display: block;
img {
width: 20px;
height: 20px;
}
a {
padding: 10px;
display: inline-block;
&:hover {
opacity: 0.8;
}
}
}