Merge branch 'bugfix/password-reset-link-styling' into 'develop'
authorkaniini <ariadne@dereferenced.org>
Sat, 3 Aug 2019 21:29:39 +0000 (21:29 +0000)
committerkaniini <ariadne@dereferenced.org>
Sat, 3 Aug 2019 21:29:39 +0000 (21:29 +0000)
templates/layout/app.html.eex: Style anchors

See merge request pleroma/pleroma!1527

lib/pleroma/web/templates/layout/app.html.eex

index b3cf9ed1151a57cac52ee8d30ae76d39b31eedcb..5836ec1e0b705bf6f5bc02cfadb5c6c9ee3f1352 100644 (file)
         margin-bottom: 20px;
       }
 
+      a {
+        color: color: #d8a070;
+        text-decoration: none;
+      }
+
       form {
         width: 100%;
       }