diff options
| author | real-zephex <[email protected]> | 2024-05-27 01:12:02 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 01:12:02 +0530 |
| commit | d164c6f5f067999dae6a56cf8f4cdbc3abe3ab96 (patch) | |
| tree | d85df036273b0e4fff0d0b7111bc8d356c77cf93 /src/app/globals.css | |
| parent | ⚡️ perf(kdrama, anime): cache video links, replace next/image (diff) | |
| parent | 🎨 refactor(ui): Update background image for info page and home page, and f... (diff) | |
| download | dramalama-d164c6f5f067999dae6a56cf8f4cdbc3abe3ab96.tar.xz dramalama-d164c6f5f067999dae6a56cf8f4cdbc3abe3ab96.zip | |
Merge pull request #32 from real-zephex/homepage-redesign
🎨 refactor(ui): Update background image for info page and home page, …
Diffstat (limited to 'src/app/globals.css')
| -rw-r--r-- | src/app/globals.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/globals.css b/src/app/globals.css index c414701..a9aeb5b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -25,6 +25,7 @@ --nord-bg-darklight: #4C566A;
--light-sky: #CAF4FF;
+ --test: #1f1f1fd2;
}
body::-webkit-scrollbar {
|