remove text-dark on content header

This commit is contained in:
REJack
2020-09-23 09:50:37 +02:00
parent 1871f1d45d
commit 89c19af33c
8 changed files with 44 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ layout: default
<div class="content-wrapper px-4 py-2">
<div class="content-header">
<h1 class="text-dark">{{ page.title }}</h1>
<h1>{{ page.title }}</h1>
</div>
<div class="content px-2">