matrix-org / matrix-conf-website

Other
0 stars 6 forks source link

fix pretix embed link color #30

Closed HarHarLinks closed 5 months ago

HarHarLinks commented 5 months ago

e.g.

#register-content {
#tickets {
.pretix-widget-wrapper {
a {
    color: #0098d4;
}
a:hover {
    color: #0082f3;
}
}}}