Skip to content

Commit

Permalink
fix: texts & todo color in highlighted blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Feb 17, 2022
1 parent b63ac5f commit df9fc4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_miscs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ a.tag:hover {
border-radius: 4px;
}

/* Makes texts in bg always readable */
.with-bg-color * {
color: white !important;
border-color: white !important;
}

/* Page properties */
.page-properties,
.block-properties {
Expand Down

0 comments on commit df9fc4d

Please sign in to comment.