diff options
| -rw-r--r-- | lib/pleroma/web/templates/layout/app.html.eex | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index 5836ec1e0..51603fe0c 100644 --- a/lib/pleroma/web/templates/layout/app.html.eex +++ b/lib/pleroma/web/templates/layout/app.html.eex @@ -37,7 +37,7 @@        }        a { -        color: color: #d8a070; +        color: #d8a070;          text-decoration: none;        }  | 
