diff options
| author | codetorso <[email protected]> | 2024-07-20 04:38:38 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-07-20 04:38:38 +0530 |
| commit | 347aa36680d24b0e78def429daf9fce41cf01ce0 (patch) | |
| tree | 7d23122e2d75bdd3c3910658a97dbeaa4f771326 /packages | |
| parent | Merge branch 'main' into codetorso (diff) | |
| download | supermemory-347aa36680d24b0e78def429daf9fce41cf01ce0.tar.xz supermemory-347aa36680d24b0e78def429daf9fce41cf01ce0.zip | |
believe in god, hope this works
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/tailwind-config/globals.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/tailwind-config/globals.css b/packages/tailwind-config/globals.css index 5e5804ad..ffce0b11 100644 --- a/packages/tailwind-config/globals.css +++ b/packages/tailwind-config/globals.css @@ -236,10 +236,8 @@ body { } .bg { - background-color:#171B1F; - background-image: linear-gradient(#1f24287a 2px, transparent 2px), - linear-gradient(90deg, #1f24287a 2px, transparent 2px); - - background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px; - background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; + background-color: #171B1F; + opacity: 1; + background: radial-gradient(circle, transparent 20%, #171B1F 20%, #171B1F 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #171B1F 20%, #171B1F 80%, transparent 80%, transparent) 100px 100px, linear-gradient(#1a1f23 8px, transparent 8px) 0 -4px, linear-gradient(90deg, #1a1f23 8px, #171B1F 8px) -4px 0; + background-size: 100px 100px, 100px 100px, 100px 100px, 100px 100px; }
\ No newline at end of file |