logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: b1fb5b93aeea5ae95c9d4cfc3ded8e330f2b0a66
parent: 86fffe9c275632d0ec0148df11e74c38cbdc7233
Author: kaniini <ariadne@dereferenced.org>
Date:   Sat,  3 Aug 2019 21:29:39 +0000

Merge branch 'bugfix/password-reset-link-styling' into 'develop'

templates/layout/app.html.eex: Style anchors

See merge request pleroma/pleroma!1527

Diffstat:

Mlib/pleroma/web/templates/layout/app.html.eex5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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%; }