Skip to content

Commit

Permalink
Remove strong element and styling from feature comp links
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed Jun 12, 2024
1 parent 9ef05f1 commit 3b7ab2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions css/components/feature.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@
text-decoration: underline;
}
}

& strong a {
display: inline-block;
padding: 0.5rem 1rem;
background-color: oklch(98% 0.01 241deg);
font-weight: normal;
}
}

@media (width >= 50rem) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/feature.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="{{ feature.image }}" alt="Random nature scene">
</div>
<ul class="c-feature__links">
<li><strong><a href="">Watch Recording</a></strong></li>
<li><a href="">Watch Recording</a></li>
<li><a href="">All Video Recordings</a></li>
</ul>
</article>

0 comments on commit 3b7ab2a

Please sign in to comment.