remove text-dark on content header
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user