From 508a816642d2090230cd6c37022bab2e8982d2c7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 27 Jan 2024 19:47:49 +0100 Subject: [PATCH] change aspect of header h1 --- assets/css/app.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/app.scss b/assets/css/app.scss index 917742a..17a3ae9 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -411,6 +411,9 @@ pre[class*="language-"] { .h1 { font-weight: normal; font-size: 40px; + font-family: Verdana; + text-shadow: none; + color: hsla(0, 0%, 100%, 0.7); } .h3 {