summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-08-03 22:56:20 +0200
committerAriadne Conill <ariadne@dereferenced.org>2019-08-14 01:50:21 +0000
commit65bd927cf2c98a1e942f817b730f696d5f200cf8 (patch)
treea5c06daac9c1aa5dd18fe9e8686981ebbb035e06
parent951d8c28d105e8bff6d46af6088a250acf613ab0 (diff)
templates/layout/app.html.eex: Style anchors
[ci skip]
-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%;
}