remove white background
This commit is contained in:
parent
5e314b6368
commit
a9edfa910b
1 changed files with 4 additions and 1 deletions
|
@ -56,12 +56,15 @@ color: white !important;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
/* Pricing */
|
/* Pricing */
|
||||||
.beginner_pane, .pricing-table ul, .pricing_table ul.Free li:nth-child(2), .pricing_table ul.Free li.pricing_button {
|
.beginner_pane, .pricing_table ul.Free li:nth-child(2), .pricing_table ul.Free li.pricing_button {
|
||||||
background: black;
|
background: black;
|
||||||
border: solid;
|
border: solid;
|
||||||
border-color: orange;
|
border-color: orange;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
.pricing_table ul {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
ul.Free li:first-child {
|
ul.Free li:first-child {
|
||||||
background: #2b1500;
|
background: #2b1500;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue