This commit is contained in:
Pascal Engélibert 2023-03-20 19:06:57 +01:00
commit 19c19e3114
Signed by: tuxmain
GPG key ID: 3504BC6D362F7DCA
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;
}