Skip to content

Commit

Permalink
Fix timeline CSS display error. Adding darkmode for timeline with lig…
Browse files Browse the repository at this point in the history
…ht map background (refs #301)/2
  • Loading branch information
ut committed May 28, 2024
1 parent 62973cb commit 63299f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/6_timeline.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ table#timeline-list {
color: hsl(60, 100%, 29%);
cursor: pointer;
border-color: #c6c600;
text-shadow: 0 0 4px #333;
text-shadow: 0 0 4px white;
filter: drop-shadow(0 0 0.2em white);
transition: 0.3s all;
}
#timeline-wrapper #timeline-content div:hover
Expand All @@ -130,7 +131,7 @@ table#timeline-list {
#timeline-wrapper #timeline-content div.active:hover
{
color: #c6c600;
border-color: #c6c600;
border-color: #c6c600;
}
#scroll-left,
#scroll-right {
Expand Down

0 comments on commit 63299f1

Please sign in to comment.