higher pricing

This commit is contained in:
Nova Cat 2024-11-30 22:06:36 -08:00
parent a9edfa910b
commit de5f0a8dc8

View file

@ -68,6 +68,9 @@ background: none;
ul.Free li:first-child { ul.Free li:first-child {
background: #2b1500; background: #2b1500;
} }
.pricing_table ul li:nth-child(2), .pricing_table ul li, .pricing_table ul li {
background: black;
}
`; `;
document.body.appendChild(style); document.body.appendChild(style);