File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @primer/css " : patch
3
+ ---
4
+
5
+ Adding .color-bg-transparent utility class
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ Background colors are most commonly used for filling large blocks of content or
75
75
76
76
<div class =" color-bg-sponsors p-2 rounded mb-2" >.color-bg-sponsors</div >
77
77
<div class =" color-bg-sponsors-emphasis color-fg-on-emphasis p-2 rounded" >.color-bg-sponsors-emphasis</div >
78
+
79
+ <div class =" color-bg-transparent p-2 rounded mb-2" >.color-bg-transparent</div >
78
80
```
79
81
80
82
## Border
Original file line number Diff line number Diff line change 53
53
.color-bg-sponsors { background-color : var (--color-sponsors-subtle ) !important ; }
54
54
.color-bg-sponsors-emphasis { background-color : var (--color-sponsors-emphasis ) !important ; }
55
55
56
+ .color-bg-transparent { background-color : transparent !important ; }
57
+
56
58
// Border
57
59
58
60
.color-border-default { border-color : var (--color-border-default ) !important ; }
You can’t perform that action at this time.
0 commit comments