Darken link color, no feature borders, margin on the bottom of content #8

Merged
miklo merged 2 commits from style-changes into main 2025-03-01 03:17:20 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6c3c7966ea - Show all commits

View File

@ -20,7 +20,7 @@
</head>
<body class='page {{layout.bodyClass}}'>
<div id="wrapper" class="wrapper">
<div id="wrapper" class="wrapper mb-3">
{% include header.html headerClass='header-extra' %}
{{content}}
</div>