1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Regular links (in tables) should be themed too

This commit is contained in:
2018-05-15 10:58:42 +02:00
parent 6dc74c7102
commit 2b19b770dc

View File

@@ -26,7 +26,7 @@
{
color: {{ theme.CARD_LINK }};
}
.chip a
.chip a, td a
{
color: {{ theme.CHIP_TEXT }};
}