This is for s/Dixie; you can see what's wrong here. I want the background of the comments to be semi-clear, but background-image: none !important;
only works for day-mode, being overridden in night-mode.
Here's my code:
.theme-nightmode .thing, .theme-nightmode .side {
background-image: none !important;
background-color: #000000AA;
border: none;
}
.theme-daymode .thing, .theme-daymode .side {
background-image: none !important;
background-color: #ffffffAA;
border: none;
}
Any ideas? This might be a bug with SaidIt itself, seeing how day-might behaves fine.
[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 0 fun2 insightful - 1 fun - (0 children)