20 lines
198 B
CSS
20 lines
198 B
CSS
headerbar box {
|
|
background: #48E1C0;
|
|
}
|
|
|
|
button {
|
|
min-width: 0;
|
|
}
|
|
|
|
label.discount {
|
|
color: red;
|
|
}
|
|
|
|
box.paywall {
|
|
background: white;
|
|
}
|
|
|
|
box.avoid-main-input {
|
|
background: black;
|
|
}
|