Skip to content

Commit 42074ff

Browse files
committed
Bring back the yellow headerbar!
1 parent 273f4c2 commit 42074ff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

data/stylesheet.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
.reminduck-headerbar {
2+
background-color: @BANANA_300;
3+
box-shadow: none;
4+
}
5+
6+
.dark .reminduck-headerbar {
7+
background-color: @BLACK_500;
8+
color: @BANANA_100;
9+
}
10+
111
.welcome {
212
background-color: inherit;
313
}

0 commit comments

Comments
 (0)