Exd/style.css

20 lines
198 B
CSS
Raw Normal View History

2024-10-29 19:11:29 +01:00
headerbar box {
background: #48E1C0;
}
button {
min-width: 0;
}
label.discount {
color: red;
}
2024-10-29 19:11:29 +01:00
box.paywall {
background: white;
}
box.avoid-main-input {
background: black;
}