Skip to content

Commit

Permalink
Merge pull request #74 from ropensci-org/summary
Browse files Browse the repository at this point in the history
Tweak look of blog expandable lists
  • Loading branch information
steffilazerte committed Jan 13, 2022
2 parents 6453001 + b80e0b5 commit 1a94fcb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions guide.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ img {
max-width: 100%;
}

summary {
color: #1F58A3;
font-weight: bold;
list-style: none;
}

summary:hover {
color: #133563;
text-decoration: underline;
}

0 comments on commit 1a94fcb

Please sign in to comment.