Skip to content

Commit

Permalink
consistent styles for the header
Browse files Browse the repository at this point in the history
  • Loading branch information
drio committed Feb 13, 2025
1 parent 25b5d0e commit d22c640
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@

.header-link {
text-decoration: none;
color: #bc4f5f;
font-size: 14px;
color: #666;
/* Muted gray */
transition: color 0.2s ease-in-out;
}

.header-link:hover {
text-decoration: underline;
color: #bc4f5f;
/* Red on hover */
}

.header img {
Expand Down Expand Up @@ -180,7 +183,7 @@
</a>
{{ $i := "index.xml" }}
<a href="{{ $i | relURL }}" class="rss-link" title="RSS Feed"><img src="rss.svg"> </a>
<a href="#poster-info" class="header-link">About</a>
<a href="#poster-info" class="header-link">about</a>
</div>


Expand Down

0 comments on commit d22c640

Please sign in to comment.