add gradient BG
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-08 17:17:40 +01:00
parent 50358c43b9
commit 9a48d20a16
7 changed files with 8102 additions and 1608 deletions

View File

@@ -47,4 +47,15 @@ h4 > a:hover::before {
div > code, pre > code {
@apply p-0 m-0 !important
}
}
#gradient-background {
width:100%;
height:100%;
fill: rgba(0, 0, 0, 0.6);
--gradient-color-1: #161926;
--gradient-color-2: #1E96FC;
--gradient-color-3: #FF3366;
--gradient-color-4: #1b2034;
}