From 198bbaaec6b00585f5eef794b130a02aa20f34ce Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 4 May 2024 16:16:10 -0400 Subject: new layout 6 --- css/website.css | 9 ++++++++- templates/page.html.twig | 1 + templates/partials/header.html.twig | 11 +---------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/css/website.css b/css/website.css index 1912fb3..6388c3a 100644 --- a/css/website.css +++ b/css/website.css @@ -44,6 +44,14 @@ a:hover { text-decoration: none; } +a.white { + color: white; +} + +a.white:hover { + color:rgba(255, 255, 255, 0.50); +} + li { padding: 2px 0px; } @@ -184,7 +192,6 @@ and (max-device-width: 900px) } /* animation */ - @keyframes reveal2 { from { opacity: 0.1; } to { opacity: 1; } diff --git a/templates/page.html.twig b/templates/page.html.twig index dc2c9ed..1291aaf 100644 --- a/templates/page.html.twig +++ b/templates/page.html.twig @@ -14,6 +14,7 @@
{{ page.content|raw }} + {% include 'partials/navigation.html.twig' %}
{% if page.url != "/" %} - {{site.title|e}} + {{site.title|e}} {% endif %}
-- cgit v1.2.3