mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-08 06:29:03 +00:00
#161 removed typo in variable name for brown text.
This commit is contained in:
parent
e826b9ff73
commit
0910e56d53
@ -36,6 +36,7 @@ a flexibility update.
|
|||||||
- bugfix: improvements to the colour theming, particularly to make real- and fake-light/dark
|
- bugfix: improvements to the colour theming, particularly to make real- and fake-light/dark
|
||||||
modes (as applied by the night shift extension) look consistent.
|
modes (as applied by the night shift extension) look consistent.
|
||||||
- bugfix: font sizing applied to overlays/previews.
|
- bugfix: font sizing applied to overlays/previews.
|
||||||
|
- bugfix: removed typo in variable name for brown text.
|
||||||
- tweak: sticky table/list rows.
|
- tweak: sticky table/list rows.
|
||||||
- theme: "material ocean" = an oceanic colour palette.
|
- theme: "material ocean" = an oceanic colour palette.
|
||||||
- theme: "dracula" = a theme based on the popular dracula color palette
|
- theme: "dracula" = a theme based on the popular dracula color palette
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
font-family: var(--theme--font_code) !important;
|
font-family: var(--theme--font_code) !important;
|
||||||
}
|
}
|
||||||
.notion-frame .notion-page-block div[placeholder='Untitled'],
|
.notion-frame .notion-page-block div[placeholder='Untitled'],
|
||||||
.notion-overlay-container .notion-page-block div[placeholder='Untitled']{
|
.notion-overlay-container .notion-page-block div[placeholder='Untitled'] {
|
||||||
font-size: calc(
|
font-size: calc(
|
||||||
var(--theme--font_body-size) * (var(--theme--font_heading1-size) / 1em)
|
var(--theme--font_body-size) * (var(--theme--font_heading1-size) / 1em)
|
||||||
) !important;
|
) !important;
|
||||||
@ -174,15 +174,19 @@
|
|||||||
) !important;
|
) !important;
|
||||||
}
|
}
|
||||||
.notion-frame .notion-scroller.vertical.horizontal [style*='font-size: 14px'],
|
.notion-frame .notion-scroller.vertical.horizontal [style*='font-size: 14px'],
|
||||||
.notion-overlay-container .notion-scroller.vertical [style*='font-size: 14px']{
|
.notion-overlay-container .notion-scroller.vertical [style*='font-size: 14px'] {
|
||||||
font-size: var(--theme--font_label-size) !important;
|
font-size: var(--theme--font_label-size) !important;
|
||||||
}
|
}
|
||||||
.notion-frame .notion-scroller.vertical.horizontal .notion-page-content,
|
.notion-frame .notion-scroller.vertical.horizontal .notion-page-content,
|
||||||
.notion-overlay-container .notion-scroller.vertical .notion-page-content {
|
.notion-overlay-container .notion-scroller.vertical .notion-page-content {
|
||||||
font-size: var(--theme--font_body-size) !important;
|
font-size: var(--theme--font_body-size) !important;
|
||||||
}
|
}
|
||||||
.notion-frame .notion-scroller.vertical.horizontal .notion-page-content[style*='font-size: 14px'],
|
.notion-frame
|
||||||
.notion-overlay-container .notion-scroller.vertical .notion-page-content[style*='font-size: 14px'] {
|
.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;
|
font-size: var(--theme--font_body-size_small) !important;
|
||||||
}
|
}
|
||||||
.notion-code-block [placeholder=' '] {
|
.notion-code-block [placeholder=' '] {
|
||||||
@ -557,7 +561,7 @@
|
|||||||
.notion-body:not(.dark)
|
.notion-body:not(.dark)
|
||||||
[style*='color: rgb(100, 71, 58); fill: rgb(100, 71, 58);'] {
|
[style*='color: rgb(100, 71, 58); fill: rgb(100, 71, 58);'] {
|
||||||
fill: var(--theme--text_brown) !important;
|
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.dark [style*='background: rgba(147, 114, 100, 0.5)'],
|
||||||
.notion-body:not(.dark) [style*='background: rgba(140, 46, 0, 0.2)'] {
|
.notion-body:not(.dark) [style*='background: rgba(140, 46, 0, 0.2)'] {
|
||||||
|
Loading…
Reference in New Issue
Block a user