Skip to content

Commit

Permalink
marks should not change the text color
Browse files Browse the repository at this point in the history
otherwise when they're over an A element there is no link colour
  • Loading branch information
longhotsummer committed Jan 10, 2025
1 parent 88ede0b commit f93e8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions indigo_app/static/stylesheets/_annotations.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
mark {
padding: 0px;
background-color: #ffffd0;
color: inherit;
}

// active marks, and overlapping active marks
Expand Down
2 changes: 1 addition & 1 deletion indigo_app/static/stylesheets/_enrichments.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.enrichment {
&.enrichment--popup {
background-color: transparent;
background-color: inherit;

&.enrichment--info {
border-bottom: 3px double $info;
Expand Down

0 comments on commit f93e8b3

Please sign in to comment.