File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ ul.task-bullet > li > p:first-child {
154
154
155
155
.comparison-card .card-footer {
156
156
border : none;
157
- background-color : white ;
157
+ background-color : transparent ;
158
158
}
159
159
160
160
.install-block {
@@ -163,19 +163,18 @@ ul.task-bullet > li > p:first-child {
163
163
164
164
.install-card .card-header {
165
165
border : none;
166
- background-color : white ;
166
+ background-color : transparent ;
167
167
padding : 1rem 1rem 0rem 1rem ;
168
168
}
169
169
170
170
.install-card .card-header p .card-text {
171
- color : # 150458 ;
172
171
font-size : 1.1rem ;
173
172
font-weight : bold;
174
173
}
175
174
176
175
.install-card .card-footer {
177
176
border : none;
178
- background-color : white ;
177
+ background-color : transparent ;
179
178
}
180
179
181
180
.install-card pre {
Original file line number Diff line number Diff line change 25
25
26
26
.intro-card .card-header {
27
27
border : none;
28
- background-color : white ;
28
+ background-color : transparent ;
29
29
color : # 150458 !important ;
30
30
font-size : var (--pst-font-size-h5 );
31
31
font-weight : bold;
34
34
35
35
.intro-card .card-footer {
36
36
border : none;
37
- background-color : white ;
37
+ background-color : transparent ;
38
38
}
39
39
40
40
.intro-card .card-footer p .card-text {
41
41
max-width : 220px ;
42
42
margin-left : auto;
43
43
margin-right : auto;
44
44
}
45
+
46
+ .card , .card img {
47
+ background-color : transparent !important ;
48
+ }
You can’t perform that action at this time.
0 commit comments