Skip to content

Commit 907430a

Browse files
authored
Fix dark theme background of lead paragraph (#361)
1 parent 809c734 commit 907430a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

_sass/_dark.scss

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,15 @@
138138
}
139139

140140
.modal-footer {
141-
border-top: 0;
141+
border-top: 0;
142+
}
143+
144+
.alert-warning {
145+
background-color: #fff3cd0a;
146+
}
147+
148+
.lead {
149+
background-color: #223;
142150
}
143-
144-
.alert-warning {
145-
background-color: #fff3cd0a;
146-
}
147151

148152
}

0 commit comments

Comments
 (0)