mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-09 15:09:02 +00:00
#175 neutral theme: contrast in calendar views
This commit is contained in:
parent
d307a2bedf
commit
96e13a03f0
@ -438,6 +438,7 @@ svg[data-tooltip] {
|
|||||||
}
|
}
|
||||||
.toggle input[type='checkbox'] + label .name {
|
.toggle input[type='checkbox'] + label .name {
|
||||||
flex-basis: calc(100% - 2.25em);
|
flex-basis: calc(100% - 2.25em);
|
||||||
|
margin-right: 0.75em;
|
||||||
}
|
}
|
||||||
.toggle input[type='checkbox'] + label .switch {
|
.toggle input[type='checkbox'] + label .switch {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -9,9 +9,11 @@
|
|||||||
/** dark **/
|
/** dark **/
|
||||||
|
|
||||||
--theme_dark--main: #131313;
|
--theme_dark--main: #131313;
|
||||||
--theme_dark--sidebar: #171717;
|
--theme_dark--sidebar: #161616;
|
||||||
--theme_dark--overlay: rgba(15, 15, 15, 0.6);
|
--theme_dark--overlay: rgba(15, 15, 15, 0.6);
|
||||||
--theme_dark--dragarea: #111111;
|
--theme_dark--dragarea: #111111;
|
||||||
|
--theme_dark--box-shadow: rgba(15, 15, 15, 0.5) 0px 0px 0px 1px,
|
||||||
|
rgba(15, 15, 15, 0.5) 0px 2px 4px;
|
||||||
|
|
||||||
--theme_dark--font_sans: 'Inter', -apple-system, BlinkMacSystemFont,
|
--theme_dark--font_sans: 'Inter', -apple-system, BlinkMacSystemFont,
|
||||||
'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif,
|
'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif,
|
||||||
@ -36,7 +38,7 @@
|
|||||||
--theme_dark--scrollbar-border: transparent;
|
--theme_dark--scrollbar-border: transparent;
|
||||||
--theme_dark--scrollbar_hover: #373838;
|
--theme_dark--scrollbar_hover: #373838;
|
||||||
|
|
||||||
--theme_dark--card: #171717;
|
--theme_dark--card: #181818;
|
||||||
--theme_dark--gallery: rgba(105, 105, 105, 0.05);
|
--theme_dark--gallery: rgba(105, 105, 105, 0.05);
|
||||||
--theme_dark--select_input: #1d1d1d;
|
--theme_dark--select_input: #1d1d1d;
|
||||||
--theme_dark--table-border: rgba(78, 78, 78, 0.7);
|
--theme_dark--table-border: rgba(78, 78, 78, 0.7);
|
||||||
|
Loading…
Reference in New Issue
Block a user