Fix link color in dialog

This commit is contained in:
RobinLinus 2019-03-13 03:28:49 +01:00
parent 9617750aed
commit b788898134
2 changed files with 4 additions and 1 deletions

View file

@ -351,6 +351,9 @@ x-dialog .row-reverse>.button {
margin-left: 8px;
}
x-dialog a{
color: var(--primary-color);
}
/* Receive Dialog */