diff options
| author | codetorso <[email protected]> | 2024-07-20 07:17:25 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-07-20 07:17:25 +0530 |
| commit | 21fe55a96c36892fc50e8198248da825a5a4bd6f (patch) | |
| tree | 83832e20adb0e4acfa529ac624e7f2b914f7a25a /packages/tailwind-config/globals.css | |
| parent | fix links (diff) | |
| download | supermemory-torso.tar.xz supermemory-torso.zip | |
for god's sake this should work ;)torso
Diffstat (limited to 'packages/tailwind-config/globals.css')
| -rw-r--r-- | packages/tailwind-config/globals.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/tailwind-config/globals.css b/packages/tailwind-config/globals.css index dc3d3ed8..ffce0b11 100644 --- a/packages/tailwind-config/globals.css +++ b/packages/tailwind-config/globals.css @@ -234,3 +234,10 @@ body { color: #369dfd; background: #21303d; } + +.bg { + 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 |