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

View File

@@ -1,7 +1,3 @@
/* manually added: */
body { padding: 20px 40px 10px; }
footer { font-size: 0.6em; color: #777; margin: 50px 0 0; text-align: center; }
/* Copied from https://github.com/sindresorhus/github-markdown-css (2025-12-04) */
.markdown-body {
--base-size-4: 0.25rem;

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;
}