Fix link style in about dialog

This commit is contained in:
David Benqué 2020-11-12 14:03:49 +00:00
parent bd118e9a89
commit b4a108d02a

View file

@ -181,6 +181,10 @@
max-width: 100px; max-width: 100px;
} }
} }
a {
color: @colortheme_logo-2;
text-decoration: underline;
}
} }
} }
.cp-alertify-type-container { .cp-alertify-type-container {