mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-28 07:51:31 +08:00
style(next): improve mica for light theme horzontal layout
This commit is contained in:
parent
4faf22b988
commit
43101620af
@ -414,16 +414,17 @@ body.layout-horizontal {
|
||||
|
||||
/* #region Mica */
|
||||
body.electron.platform-win32 {
|
||||
--launcher-pane-background-color: rgba(255, 255, 255, 0.09);
|
||||
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.15);
|
||||
--launcher-pane-background-color: rgba(255, 255, 255, 0.7);
|
||||
--tab-background-color: transparent;
|
||||
--active-tab-background-color: var(--launcher-pane-background-color);
|
||||
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.15);
|
||||
--native-titlebar-background: #00000000;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body.electron.platform-win32 {
|
||||
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.5);
|
||||
--launcher-pane-background-color: rgba(255, 255, 255, 0.09);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user