Skip to content

Commit 07c7d5f

Browse files
authored
contrast fixes
1 parent 4ca33fb commit 07c7d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/info_box.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
}
2525
2626
.info-box a {
27-
color: rgba(255, 255, 255, 0.85);
27+
color: rgba(255, 255, 255, 1);
2828
text-decoration: underline;
2929
}
3030
3131
.info-box a:hover {
32-
color: rgba(255, 255, 255, 1) !important;
32+
color: rgba(255, 255, 255, 0.85) !important;
3333
text-decoration: underline;
3434
}
3535

0 commit comments

Comments
 (0)