Add accent color, email subjects, MD+DOCX outputs, update README
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled

This commit is contained in:
admin
2026-06-14 15:49:11 +00:00
parent dc20e9cff0
commit 63cd620b79
11 changed files with 205 additions and 54 deletions
+6 -2
View File
@@ -14,9 +14,10 @@ body {
border: 1px solid #ddd;
border-radius: 5px;
}
h1 {
h1, h2, h3 {
font-size: 1.5em;
margin-top: 0;
color: {accent_color};
}
p {
margin: 10px 0;
@@ -39,12 +40,15 @@ p {
color: #555;
}
.contact a {
color: #0056b3;
color: {accent_color};
text-decoration: none;
}
.contact a:hover {
text-decoration: underline;
}
a {
color: {accent_color};
}
.disclaimer {
margin-top: 20px;
font-size: 0.8em;