Skip to content

Commit c48a25d

Browse files
authored
Merge pull request #149 from bkmgit/link-color-fix
Fix colors in header links
2 parents b45ac1f + dabef4c commit c48a25d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manual-template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration" />
1515
<header>
1616
<h1>
17-
<a href="index.html" style="position: relative">
17+
<a href="index.html" style="position:relative;color:black;">
1818
Profani<span class="kern-ty">ty</span>
1919
</a>
2020
</h1>
21-
<h2>${sblg-get|subtitle}</h2>
21+
<h2 style="color:white">${sblg-get|subtitle}</h2>
2222
</header>
2323
<article data-sblg-article="1" style="position: relative"> Content</article>
2424
<footer>

0 commit comments

Comments
 (0)