X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Ftemplates%2Flayout%2Fapp.html.eex;h=3f28f1920a1816d760ec65e9173f559f084392e1;hb=9ea31b373fdb75bb6aa04d006e5f493158897efa;hp=b3cf9ed1151a57cac52ee8d30ae76d39b31eedcb;hpb=9d2563a3deb0904b8c7a480479179f10e7849c12;p=akkoma diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index b3cf9ed11..3f28f1920 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: #d8a070; + text-decoration: none; + } + form { width: 100%; } @@ -223,7 +228,7 @@

<%= Pleroma.Config.get([:instance, :name]) %>

- <%= render @view_module, @view_template, assigns %> + <%= @inner_content %>