mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
feat(theme): add search style variable
This commit is contained in:
parent
2bdecbdc0c
commit
9c3d5c4b5c
@ -101,6 +101,14 @@
|
||||
--vp-c-mute-lighter: #ffffff;
|
||||
--vp-c-mute-dark: #e3e3e5;
|
||||
--vp-c-mute-darker: #d7d7d9;
|
||||
|
||||
--search-bg-color: var(--vp-c-bg-elv-mute);
|
||||
--search-text-color: var(--vp-c-text-2);
|
||||
--search-item-text-color: var(--vp-c-text-1);
|
||||
--search-item-focus-bg-color: var(--vp-c-bg-alt);
|
||||
--search-input-width: 8rem;
|
||||
--search-result-width: 20rem;
|
||||
--search-border-color: var(--vp-c-divider);
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user