diff options
| author | codetorso <[email protected]> | 2024-07-19 07:08:11 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-07-19 07:08:11 +0530 |
| commit | 7c9df55ad29c7c9449f178aa2c1fc93295da562c (patch) | |
| tree | f8e863bf5ae00c1af95a699ee6fc30f5e209883e /packages | |
| parent | a server rendered navbar (diff) | |
| download | supermemory-7c9df55ad29c7c9449f178aa2c1fc93295da562c.tar.xz supermemory-7c9df55ad29c7c9449f178aa2c1fc93295da562c.zip | |
accidentally left behind
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/tailwind-config/globals.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/tailwind-config/globals.css b/packages/tailwind-config/globals.css index dc3d3ed8..5e5804ad 100644 --- a/packages/tailwind-config/globals.css +++ b/packages/tailwind-config/globals.css @@ -234,3 +234,12 @@ body { color: #369dfd; background: #21303d; } + +.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; +}
\ No newline at end of file |