aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2020-08-05 00:01:30 +0200
committerKarol Kosek <krkk@krkk.ct8.pl>2020-08-05 00:01:30 +0200
commit577b11167cb55203d30c43773f40108a87b2be6d (patch)
treeed9b8a8151ebfe8ed644f7ac7533e86a92be4500
parentb1b6a7dfa890a6ae16f49d2f91e2ebdbaecf1724 (diff)
downloadpleroma-577b11167cb55203d30c43773f40108a87b2be6d.tar.gz
templates/layout/app.html.eex: fix link color
-rw-r--r--lib/pleroma/web/templates/layout/app.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex
index 5836ec1e0..51603fe0c 100644
--- a/lib/pleroma/web/templates/layout/app.html.eex
+++ b/lib/pleroma/web/templates/layout/app.html.eex
@@ -37,7 +37,7 @@
}
a {
- color: color: #d8a070;
+ color: #d8a070;
text-decoration: none;
}