We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0c8c5 + c62c7c9 commit 84b046dCopy full SHA for 84b046d
2 files changed
gallery-template.xml
@@ -15,7 +15,7 @@
15
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration" />
16
<header>
17
<h1>
18
- <a href="index.html">
+ <a href="index.html" style="position:relative;color:black;">
19
Profani<span class="kern-ty">ty</span>
20
</a>
21
</h1>
src/scss/layout.scss
@@ -112,6 +112,18 @@ header {
112
text-decoration: none;
113
}
114
115
+ h1 {
116
+ a {
117
+ position:relative,
118
+ &:link,
119
+ &:visited,
120
+ &:hover,
121
+ &:active {
122
+ color: #222222;
123
+ text-decoration: none;
124
+ }
125
126
127
128
129
@keyframes fadeInDelay {
0 commit comments