Skip to content

Commit 3c0e29b

Browse files
alanzhu0shahsalonik
authored andcommitted
refactor(bus): adjust warning text color for dark mode
Color was previously grey, making it hard to see on the red warning background.
1 parent d82ebbb commit 3c0e29b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

intranet/static/css/dark/bus.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ h2.colored-header {
2121
}
2222
}
2323
}
24+
25+
.bus-announcement-alert {
26+
color: #0D0D0B;
27+
border: 3px solid #0D0D0B;
28+
}

0 commit comments

Comments
 (0)