This commit is contained in:
2024-11-14 04:37:19 +01:00
parent 49ed5bfbbc
commit 6c3d462f06
41 changed files with 384 additions and 123 deletions

View File

@@ -404,3 +404,7 @@ header #menu button a{
px-0
}
.bg-gradient-bl {
background: rgb(0,166,255);
background: linear-gradient(125deg, rgba(0,166,255,1) 0%, rgba(8,173,179,1) 100%);
}

View File

@@ -481,3 +481,8 @@ footer {
width: 40%;
}
}
.bg-gradient-bl {
background: rgb(0,166,255);
background: linear-gradient(125deg, rgba(0,166,255,1) 0%, rgba(8,173,179,1) 100%);
}