Skip to content

Commit

Permalink
feat: deemphasize non-header text (#132)
Browse files Browse the repository at this point in the history
* feat: deemphasize non-header text

* chore: formatting
  • Loading branch information
zaucy authored Jul 5, 2024
1 parent 69bd0c9 commit e0a304c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,17 @@ table {
}
}

// De emphasize non-header text
article {
*:not(.btn) {
p,
ul,
ol {
opacity: 0.85;
}
}
}

table {
.hidden-btn-container {
position: absolute;
Expand Down

0 comments on commit e0a304c

Please sign in to comment.