Set color darker when using a light theme
This commit is contained in:
parent
93c7ddc528
commit
b58cfda4c8
@ -245,6 +245,10 @@ div.ticket-info {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class*="-light"] div.ticket-info {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
.event-category:hover {
|
.event-category:hover {
|
||||||
border: solid 1px #fff !important;
|
border: solid 1px #fff !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user