index : mise à jour du style

This commit is contained in:
Ahurac 2024-01-30 22:36:16 +01:00
parent 02e2c46ce8
commit 5b0bb95bdc

View file

@ -36,6 +36,16 @@ import Card from '../components/Card.astro'
}
body {
/*
background:
linear-gradient(135deg, #4d0099 0%, #00000000 100%),
linear-gradient(-135deg, #9933ff 0%, #00000000 100%),
linear-gradient(45deg, #ff4dff 0%, #00000000 100%),
linear-gradient(-45deg, #3366ff 0%, #00000000 100%);
*/
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: black;
color: white;
font-family: 'Cantarell', sans-serif;