Skip to content

Commit a40b702

Browse files
authored
Update backgrounds.css
Adding in a bg-none helper class (we need it for the way we've chosen to do a link background instead of an underline).
1 parent 55d1f9d commit a40b702

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

addon/styles/backgrounds.css

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
background: var(--color-info);
6666
}
6767

68+
.bg-none {
69+
background: none;
70+
}
71+
6872
.text-light {
6973
color: var(--color-white);
7074

0 commit comments

Comments
 (0)