Skip to content

Commit 3121ea6

Browse files
Adjust app sidebar title background color
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
1 parent 6cba2af commit 3121ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/src/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ $blue_due: #4271a6; // due dates and low importance
844844
flex: 0 0 auto;
845845
display: flex;
846846
align-items: center;
847-
background-color: var(--color-background-dark);
847+
background-color: var(--color-background-hover);
848848
border-bottom: 1px solid var(--color-border-dark);
849849
font-size: 16px;
850850
font-weight: bold;

0 commit comments

Comments
 (0)