Skip to content

Commit

Permalink
v 2.1.1: fix em color >.<
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jul 26, 2021
1 parent 8b48c9f commit e04d7c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Content/docs/content/fsdocs-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@ strong {
}

em {
color: $fslabDarkGreen;
color: $primary;
}


table {
@extend .table, .is-striped;
}
Expand Down Expand Up @@ -391,4 +392,8 @@ div.fsdocs-tip {
div.fsdocs-tip code {
color: #d1d1d1;
font: 11pt 'Droid Sans', arial, sans-serif;
}

div.fsdocs-tip em {
color: $fslabDarkGreen;
}
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 2.1.1 - 7/26/2021
* Fix em color, adjust em color for snippet tooltips

## Version 2.1.0 - 7/26/2021
* Update to fsdocs 11.4.0
* Add cli switch for script inclusion
Expand Down

0 comments on commit e04d7c7

Please sign in to comment.