0
0
Fork 0

Add anchor tag styling to the attributions modal

This commit is contained in:
Oliver-Akins 2020-12-15 20:33:25 -07:00
parent 7e30bdba31
commit e115384f21

View file

@ -69,4 +69,8 @@ export default {
height: 100%;
width: 25%;
}
a, a:visited {
color: var(--light-font-colour);
}
</style>