index : mise à jour du style
This commit is contained in:
parent
02e2c46ce8
commit
5b0bb95bdc
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue