From 3f41a9d0974ea35070ec6708b9af8397145312e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Tue, 13 Jun 2023 15:25:04 +0300 Subject: [PATCH] Links to front page --- assets/css/header.css | 4 ++++ lib/osuuspuutarha_web/templates/layout/root.html.heex | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/assets/css/header.css b/assets/css/header.css index 2a2589d..3e0edf3 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -9,3 +9,7 @@ .header-title { margin-bottom: 0; } + +.header-title-link { + color: #000; +} diff --git a/lib/osuuspuutarha_web/templates/layout/root.html.heex b/lib/osuuspuutarha_web/templates/layout/root.html.heex index 18bfb4d..5fc39c2 100644 --- a/lib/osuuspuutarha_web/templates/layout/root.html.heex +++ b/lib/osuuspuutarha_web/templates/layout/root.html.heex @@ -12,8 +12,10 @@
- Osuuspuutarha Logo -

Livonsaaren Osuuspuutarha

+ + Osuuspuutarha Logo +

Livonsaaren Osuuspuutarha

+
<%= @inner_content %>