Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Changed text colors on demo page.
Browse files Browse the repository at this point in the history
  • Loading branch information
john erps committed May 14, 2021
1 parent 1873fe9 commit 8077e8e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
transition: background-color 0.5s ease-out;
border-radius: 1rem;
}
.linktext {
color: burlywood;
}
.link:hover {
background-color: #333;
}
Expand All @@ -84,13 +87,13 @@
></rss-ticker>
<div id="links">
<a tabindex="-1" class="link" href="https://johnerps.com/rss-ticker/docs/index.html" target="_blank">
<span>&nbsp;● Documentation&nbsp;</span>
<span class="linktext">&nbsp;● Documentation&nbsp;</span>
</a>
<a tabindex="-1" class="link" href="https://johnerps.com#d" target="_blank">
<span>&nbsp;● Demo&nbsp;</span>
<span class="linktext">&nbsp;● Demo&nbsp;</span>
</a>
<a tabindex="-1" class="link" href="https://github.com/jerps/rss-ticker#readme" target="_blank">
<span>&nbsp;● GitHub&nbsp;</span>
<span class="linktext">&nbsp;● GitHub&nbsp;</span>
</a>
</div>
<rss-ticker id="rss2"
Expand Down

0 comments on commit 8077e8e

Please sign in to comment.