1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 23:44:39 +00:00

add :3 after every paragraph in other pages when in silly edition

This commit is contained in:
mat 2023-12-08 18:10:02 -06:00
commit 224a4eda55

View file

@ -9,6 +9,10 @@ body,
background-attachment: local;
}
#page p:after {
content: ' :3';
}
@font-face {
font-family: 'Comic Sans MS';
src: url(/retro/comicsans.ttf) format('truetype');