Merge branch 'fix-link-color' into 'develop'

templates/layout/app.html.eex: fix link color

See merge request pleroma/pleroma!2850
This commit is contained in:
lain 2020-08-05 08:11:58 +00:00
commit bd157b7369
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
}
a {
color: color: #d8a070;
color: #d8a070;
text-decoration: none;
}