#161 removed typo in variable name for brown text.

This commit is contained in:
dragonwocky 2020-10-15 12:37:51 +11:00
parent e826b9ff73
commit 0910e56d53
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
2 changed files with 10 additions and 5 deletions

View File

@ -36,6 +36,7 @@ a flexibility update.
- bugfix: improvements to the colour theming, particularly to make real- and fake-light/dark
modes (as applied by the night shift extension) look consistent.
- bugfix: font sizing applied to overlays/previews.
- bugfix: removed typo in variable name for brown text.
- tweak: sticky table/list rows.
- theme: "material ocean" = an oceanic colour palette.
- theme: "dracula" = a theme based on the popular dracula color palette

View File

@ -181,8 +181,12 @@
.notion-overlay-container .notion-scroller.vertical .notion-page-content {
font-size: var(--theme--font_body-size) !important;
}
.notion-frame .notion-scroller.vertical.horizontal .notion-page-content[style*='font-size: 14px'],
.notion-overlay-container .notion-scroller.vertical .notion-page-content[style*='font-size: 14px'] {
.notion-frame
.notion-scroller.vertical.horizontal
.notion-page-content[style*='font-size: 14px'],
.notion-overlay-container
.notion-scroller.vertical
.notion-page-content[style*='font-size: 14px'] {
font-size: var(--theme--font_body-size_small) !important;
}
.notion-code-block [placeholder=' '] {
@ -557,7 +561,7 @@
.notion-body:not(.dark)
[style*='color: rgb(100, 71, 58); fill: rgb(100, 71, 58);'] {
fill: var(--theme--text_brown) !important;
color: var(--theme--text_brown-text) !important;
color: var(--theme--text_brown) !important;
}
.notion-body.dark [style*='background: rgba(147, 114, 100, 0.5)'],
.notion-body:not(.dark) [style*='background: rgba(140, 46, 0, 0.2)'] {