.
Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run

This commit is contained in:
2025-03-14 20:05:22 +01:00
parent d3ceabc314
commit b2d3f38bee
12 changed files with 74 additions and 16 deletions

View File

@@ -221,12 +221,14 @@ h1, h2, h3, h4, h5, h6 {
margin-top: 2em;
}
/*
h1::before { color: var(--maincolor); content: '# '; }
h2::before { color: var(--maincolor); content: '## '; }
h3::before { color: var(--maincolor); content: '### '; }
h4::before { color: var(--maincolor); content: '#### '; }
h5::before { color: var(--maincolor); content: '##### '; }
h6::before { color: var(--maincolor); content: '###### '; }
*/
.meta {
color: #999;