change backgroudcolor in event card to white
This commit is contained in:
parent
15d4b9f10b
commit
9bae4a25cf
|
@ -149,7 +149,7 @@ export default class EventCard extends Vue {
|
|||
|
||||
a.card {
|
||||
display: block;
|
||||
background: #eeeeee;
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue