intégré remarques

This commit is contained in:
Pascal Engélibert 2023-04-25 16:03:16 +02:00
commit c1ebd648ad
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
10 changed files with 52 additions and 20 deletions

View file

@ -30,6 +30,10 @@ html, body {
font-family: LunaSans;
}
body {
background: radial-gradient(circle at 100%, rgba(2, 148, 217, 0.3) 20%, white);
}
main {
width: 100%;
font-size: 18px;

View file

@ -57,4 +57,5 @@
.client_box-sign {
color: $grey1;
float: right;
}