From c9718f3ed94a5fc630673621b54d8beba843b165 Mon Sep 17 00:00:00 2001 From: yequari Date: Sat, 24 Feb 2024 10:39:17 -0700 Subject: [PATCH] glossy menu and social icons --- config.yaml | 4 +- layouts/partials/sidebar.html | 1 + static/icons/aero-mastodon.svg | 95 +++++++++++++++++++ themes/dreamcast/layouts/partials/header.html | 2 +- themes/dreamcast/static/css/main.css | 85 ++++++++++++----- 5 files changed, 159 insertions(+), 28 deletions(-) create mode 100644 static/icons/aero-mastodon.svg diff --git a/config.yaml b/config.yaml index 453999e..31ee038 100644 --- a/config.yaml +++ b/config.yaml @@ -28,7 +28,7 @@ menu: - name: yequari@retro.pizza params: rel: external - icon: mastodon-fill.png + icon: aero-mastodon.svg class: masto url: https://retro.pizza/@yequari weight: 10 @@ -40,7 +40,7 @@ menu: weight: 5 - name: yequari[a]32bit[.]cafe params: - icon: mail-fill.png + icon: mail-line.png rel: external class: email url: diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index edb182f..1ce1cd6 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -10,6 +10,7 @@