mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 04:35:20 +00:00
Override theme h6 style on backlink card
This commit is contained in:
parent
e93d772910
commit
c42fa2e925
@ -13,7 +13,7 @@
|
||||
|
||||
{%if settings.dgShowBacklinks === true %}
|
||||
<div class="backlinks">
|
||||
<h6 class="backlink-title">Links to this page</h6>
|
||||
<h6 class="backlink-title" style="margin: 4px 0 !important;">Links to this page</h6>
|
||||
{%- if backlinks.length === 0 -%}
|
||||
<div class="backlink-card">
|
||||
No backlinks
|
||||
|
Loading…
x
Reference in New Issue
Block a user