Skip to content

Commit 7ba0ef2

Browse files
committed
Add custom/helper css classes - fix
1 parent 24aa22e commit 7ba0ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/docs/scss/app.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ footer {
188188
}
189189

190190
.bg-white{
191-
background: #fff;
191+
background: white;
192192
}
193193

194194
.bg-black {
195-
background: yellow;
195+
background: black;
196196
}

0 commit comments

Comments
 (0)