aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-08-03 21:29:39 +0000
committerkaniini <ariadne@dereferenced.org>2019-08-03 21:29:39 +0000
commitb1fb5b93aeea5ae95c9d4cfc3ded8e330f2b0a66 (patch)
treee4c2358b6b2c67362eacf08f302c90a6b77de850 /lib
parent86fffe9c275632d0ec0148df11e74c38cbdc7233 (diff)
parenta035ab8c1d1589a97816d17dac8d60fb4b2275b2 (diff)
downloadpleroma-b1fb5b93aeea5ae95c9d4cfc3ded8e330f2b0a66.tar.gz
Merge branch 'bugfix/password-reset-link-styling' into 'develop'
templates/layout/app.html.eex: Style anchors See merge request pleroma/pleroma!1527
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/templates/layout/app.html.eex5
1 files 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
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%;
}