aboutsummaryrefslogtreecommitdiff
path: root/src/app/globals.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-14 01:02:50 +0530
committerreal-zephex <[email protected]>2024-05-14 01:02:50 +0530
commitc0e1e1a5ab734d254392e8bfcc7ace0e0ff3b6fa (patch)
tree271228b9cf8ba5bd80a79145216c84ee1144457d /src/app/globals.css
parentminor changes to the kdrama page (diff)
parentMerge pull request #27 from real-zephex/improvement-2 (diff)
downloaddramalama-c0e1e1a5ab734d254392e8bfcc7ace0e0ff3b6fa.tar.xz
dramalama-c0e1e1a5ab734d254392e8bfcc7ace0e0ff3b6fa.zip
Merge branch 'master' of https://github.com/real-zephex/Dramalama-Next
Diffstat (limited to 'src/app/globals.css')
-rw-r--r--src/app/globals.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/app/globals.css b/src/app/globals.css
index db28734..233d7d1 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -7,6 +7,20 @@
--pastel-red: #ff6868;
--soft-purple: #beadfa;
--softer-purple: #d0bfff;
+
+
+ --nord-red: #BF616A;
+ --nord-green: #A3BE8C;
+ --nord-yellow: #EBCB8B;
+ --nord-orange: #D08770;
+ --nord-pink: #B48EAD;
+
+ --nord-bg-darkest: #2E3440;
+ --nord-bg-darker: #3B4252;
+ --nord-bg-dark: #434C5E;
+ --nord-bg-darklight: #4C566A;
+
+ --light-sky: #CAF4FF;
}
body {
@@ -17,4 +31,4 @@ body {
body::-webkit-scrollbar {
width: 0;
-}
+} \ No newline at end of file