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:
commit
bd157b7369
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
a {
|
||||
color: color: #d8a070;
|
||||
color: #d8a070;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue