better design with selfmade shader
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-09 21:34:25 +01:00
parent ff8536f8c6
commit 22755e66e5
18 changed files with 1855 additions and 97 deletions

View File

@@ -47,15 +47,4 @@ 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;
}
}