feat: split custom css from github markdown css

This commit is contained in:
relikd
2025-12-04 19:05:38 +01:00
parent 838ecae118
commit d8f691145a
5 changed files with 16 additions and 8 deletions

8
resources/style.css Normal file
View File

@@ -0,0 +1,8 @@
body {
padding: 20px 30px 10px;
}
footer {
font-size: 0.6em;
color: #777;
margin: 50px 0 0;
}