Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 7469e78

Browse files
authored
feat(UI): style new app header (#52)
1 parent 92dc5f9 commit 7469e78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

catppuccin.user.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,10 @@
785785
.navigation-item[aria-selected="true"] .color-fg-muted {
786786
color: $base !important;
787787
}
788+
/* Darker bg for new AppHeader */
789+
.AppHeader {
790+
background: var(--color-header-bg);
791+
}
788792
/* Headers */
789793
h1, h2, h3, h4, h5, h6 {
790794
color: $subtext1

0 commit comments

Comments
 (0)