From 4e5a41e5e485dae34a698a3d83e0a3ed483a23c7 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Tue, 21 Jan 2025 06:38:03 +0200 Subject: [PATCH] fixed some aspects of grpahics related to playlists --- categories/graphics.sass | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/categories/graphics.sass b/categories/graphics.sass index a53233c..05b7e13 100644 --- a/categories/graphics.sass +++ b/categories/graphics.sass @@ -62,6 +62,15 @@ pre, code h1, h2, h3, h4, h5, h6 font-family: $secondary-font +h4 + text-transform: uppercase + +h4[id="timestamp"] + color: color.adjust(map.get($default-header-colors, 'h2'), $lightness: 20%) + +h4[id="playlist"] + color: color.adjust(map.get($default-header-colors, 'h3'), $lightness: -10%) + h3 a color: color.adjust($anchor-color, $lightness: -12%)