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