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 {