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;
|
||||
}
|
||||
|
||||
[class*="-light"] div.ticket-info {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.event-category:hover {
|
||||
border: solid 1px #fff !important;
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user