From 04b5b29cd536c1310621d1505cc9ee509ec68950 Mon Sep 17 00:00:00 2001 From: Fockskraft Date: Mon, 4 May 2026 18:03:34 +0200 Subject: [PATCH] Add Color Gradient to h1 --- src/static/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/static/css/main.css b/src/static/css/main.css index 19c4a87..af43e42 100644 --- a/src/static/css/main.css +++ b/src/static/css/main.css @@ -7,7 +7,12 @@ header { } header h1 { + display: inline-block; margin-bottom: 0; + background: linear-gradient(to right, #689BDB, #5F8DDC, #5077C7, #4562BE, #374FA5, #22298F); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; } header p {