mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-09-09 03:25:24 +10:00
change panel switcher font color
This commit is contained in:
parent
443da9a330
commit
29967a366f
@ -18,7 +18,7 @@
|
|||||||
z-index: 99;
|
z-index: 99;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: var(--theme--sidebar);
|
background: var(--theme--sidebar);
|
||||||
color: var(--theme--text_ui) !important;
|
color: var(--theme--text_ui);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
transition: box-shadow 300ms ease-in, width 300ms ease-in-out;
|
transition: box-shadow 300ms ease-in, width 300ms ease-in-out;
|
||||||
@ -184,7 +184,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 8px 14px;
|
padding: 8px 14px;
|
||||||
color: var(--theme--text_ui);
|
color: var(--theme--text);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -193,4 +193,4 @@
|
|||||||
}
|
}
|
||||||
.enhancer-panel--switcher-item:hover {
|
.enhancer-panel--switcher-item:hover {
|
||||||
background: var(--theme--interactive_hover);
|
background: var(--theme--interactive_hover);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user