Move CSS and fonts to separate static asset dir

This commit is contained in:
2024-10-21 21:03:29 +02:00
parent 48fcb7eac5
commit 74f7b89c15
14 changed files with 175 additions and 118 deletions

View File

@@ -0,0 +1,34 @@
body {
background-color: #f5f2eb;
color: #3b3a38;
}
h1, h2, h3, h4 {
color: #191818;
}
a {
color: #023b77;
}
a:visited {
color: #3b0277;
}
code {
background-color: #e8e3da;
color: #027739;
}
pre code {
background-color: #333;
color: #ccc;
}
p.meta .date {
color: #888;
}
p.meta .name a {
color: #3b3a38;
}