This commit is contained in:
Pascal Engélibert
2023-03-20 19:06:57 +01:00
parent e060604096
commit 19c19e3114
28 changed files with 104 additions and 22 deletions

View File

@ -1,6 +1,8 @@
@import "defs";
footer {
margin-top: 32px;
background: linear-gradient(0.25turn, #0294d9, #ac44ff);
background: linear-gradient(0.25turn, $blue, $violet);
color: #fff;
font-size: 18px;
}