Update src/style.css
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m32s

This commit is contained in:
Cameron Redmore 2025-08-07 23:50:10 +01:00
parent 498992413d
commit 1ca006153c

View file

@ -2,7 +2,7 @@
@import "@fontsource-variable/exo-2"; @import "@fontsource-variable/exo-2";
/* Custom styles for the glassmorphism effect and background */ /* Custom styles for the glassmorphism effect and background */
body { body, html {
font-family: 'Exo 2 Variable', sans-serif; font-family: 'Exo 2 Variable', sans-serif;
/* Deep blue theme */ /* Deep blue theme */
background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%); background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%);