Made the background 'funnier'...

main
BurnyLlama 2022-10-21 18:43:52 +02:00
parent 0005c98317
commit 58f33b27c6
1 changed files with 6 additions and 0 deletions

View File

@ -17,7 +17,13 @@ html {
display: grid;
place-items: center;
width: 100%;
/* ----------------------------------------------------------------------------------
* Background generated with: https://www.magicpattern.design/tools/css-backgrounds
*/
background-color: var(--surface);
opacity: 1;
background: radial-gradient(circle, transparent 20%, var(--surface) 20%, var(--surface) 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, var(--surface) 20%, var(--surface) 80%, transparent 80%, transparent) 100px 100px, linear-gradient(var(--grey3) 8px, transparent 8px) 0 -4px, linear-gradient(90deg, var(--grey3) 8px, var(--surface) 8px) -4px 0;
background-size: 200px 200px, 200px 200px, 100px 100px, 100px 100px;
}
body {