From: Haelwenn (lanodan) Monnier Date: Sat, 3 Aug 2019 20:56:20 +0000 (+0200) Subject: templates/layout/app.html.eex: Style anchors X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=a035ab8c1d1589a97816d17dac8d60fb4b2275b2;p=akkoma templates/layout/app.html.eex: Style anchors [ci skip] --- diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index b3cf9ed11..5836ec1e0 100644 --- a/lib/pleroma/web/templates/layout/app.html.eex +++ b/lib/pleroma/web/templates/layout/app.html.eex @@ -36,6 +36,11 @@ margin-bottom: 20px; } + a { + color: color: #d8a070; + text-decoration: none; + } + form { width: 100%; }