From 4879cb268f518f52a6907d4447db34f4b3fee754 Mon Sep 17 00:00:00 2001 From: Stefan Schallerl Date: Tue, 17 Dec 2024 09:38:29 +0100 Subject: [PATCH] Fixes youtube url and changes nav link colors. --- README.md | 10 ++++++++-- htdocs/index.html | 7 +------ htdocs/kleinesbuero.css | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cff06a9..91d8b0f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ see https://colorhunt.co/palette/78b3cec9e6f0fbf8eff96e2a * #FBF8EF * #F96E2A +## Libraries + +## splide for image carousel + +https://splidejs.com/guides/options/ + ## TODO -* Use correct Youtube URL -* center-align and resize Wiggler +* ☑ Use correct Youtube URL +* ☐ center-align and resize Wiggler diff --git a/htdocs/index.html b/htdocs/index.html index b955e9a..8fb34ad 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -30,12 +30,7 @@
    -
  • +
  • diff --git a/htdocs/kleinesbuero.css b/htdocs/kleinesbuero.css index dfb4caa..ec21ffb 100644 --- a/htdocs/kleinesbuero.css +++ b/htdocs/kleinesbuero.css @@ -62,10 +62,10 @@ FOOTER H2 { NAV { text-align: center; - color: var(--secondary-color) + color: var(--primary-color) } NAV A { - color: var(--secondary-color) + color: var(--primary-color) } .splide__slide IMG {