feat: woke theme
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
519a5555a9
commit
24d8905ef2
7 changed files with 37 additions and 2 deletions
|
@ -124,6 +124,7 @@ onMounted(() => {
|
|||
#sidebar {
|
||||
min-width: 25dvw;
|
||||
max-width: 25dvw;
|
||||
background: var(--optional-channel-list-background);
|
||||
background-color: var(--sidebar-background-color);
|
||||
color: var(--text-color);
|
||||
padding: 1dvh 1dvw;
|
||||
|
@ -157,6 +158,7 @@ onMounted(() => {
|
|||
}
|
||||
|
||||
.sidebar-focus {
|
||||
background: var(--optional-topbar-background);
|
||||
background-color: var(--sidebar-highlighted-background-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue