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 %>