mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
make dragarea transparent in new themes
This commit is contained in:
parent
3acbaa1f12
commit
35bbb12524
@ -24,7 +24,7 @@
|
|||||||
/* Main */
|
/* Main */
|
||||||
--theme_dark--main: var(--cola-main);
|
--theme_dark--main: var(--cola-main);
|
||||||
--theme_dark--sidebar: var(--cola-sec);
|
--theme_dark--sidebar: var(--cola-sec);
|
||||||
--theme_dark--overlay: var(--cola-sec);
|
--theme_dark--overlay: rgba(29, 9, 25, 0.5);
|
||||||
--theme_dark--dragarea: #210a1c;
|
--theme_dark--dragarea: #210a1c;
|
||||||
--theme_dark--box-shadow: rgba(20, 0, 16, 0.2) 0px 0px 0px 1px,
|
--theme_dark--box-shadow: rgba(20, 0, 16, 0.2) 0px 0px 0px 1px,
|
||||||
rgba(20, 0, 16, 0.2) 0px 2px 4px;
|
rgba(20, 0, 16, 0.2) 0px 2px 4px;
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
.notion-body:not(.dark) [style*='background: rgb(223, 223, 222)'] {
|
.notion-body:not(.dark) [style*='background: rgb(223, 223, 222)'] {
|
||||||
background: var(--theme--sidebar) !important;
|
background: var(--theme--sidebar) !important;
|
||||||
}
|
}
|
||||||
|
.notion-peek-renderer,
|
||||||
[style*='background: rgba(15, 15, 15, 0.6)'] {
|
[style*='background: rgba(15, 15, 15, 0.6)'] {
|
||||||
background: var(--theme--overlay) !important;
|
background: var(--theme--overlay) !important;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* dracula-theme
|
* dracula
|
||||||
* (c) 2020 u/mimi-shahzad
|
* (c) 2020 u/mimi-shahzad
|
||||||
* (c) 2020 Dracula Theme
|
* (c) 2020 Dracula Theme
|
||||||
* under the MIT license
|
* under the MIT license
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* dracula-theme
|
* dracula
|
||||||
* (c) 2020 u/mimi-shahzad
|
* (c) 2020 u/mimi-shahzad
|
||||||
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
||||||
* (c) 2020 Dracula Theme
|
* (c) 2020 Dracula Theme
|
||||||
* under the MIT license
|
* under the MIT license
|
||||||
*/
|
*/
|
||||||
@ -8,7 +9,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--theme_dark--main: #282a36;
|
--theme_dark--main: #282a36;
|
||||||
--theme_dark--sidebar: #21232c;
|
--theme_dark--sidebar: #21232c;
|
||||||
--theme_dark--overlay: #282a36;
|
--theme_dark--overlay: rgba(13, 13, 14, 0.5);
|
||||||
--theme_dark--dragarea: #20222b;
|
--theme_dark--dragarea: #20222b;
|
||||||
|
|
||||||
--theme_dark--font_sans: -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
--theme_dark--font_sans: -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
--theme_dark--main: var(--ocean-main);
|
--theme_dark--main: var(--ocean-main);
|
||||||
--theme_dark--sidebar: var(--ocean-sec);
|
--theme_dark--sidebar: var(--ocean-sec);
|
||||||
--theme_dark--overlay: var(--ocean-sec);
|
--theme_dark--overlay: rgba(0, 1, 10, 0.5);
|
||||||
--theme_dark--dragarea: var(--ocean-sec);
|
--theme_dark--dragarea: var(--ocean-sec);
|
||||||
|
|
||||||
--theme_dark--scrollbar: var(--ocean-sec);
|
--theme_dark--scrollbar: var(--ocean-sec);
|
||||||
|
Loading…
Reference in New Issue
Block a user