ChandimaPrabath commited on
Commit
0c7d014
·
1 Parent(s): 113ad2c

style update

Browse files
Files changed (1) hide show
  1. frontend/src/app/globals.css +14 -13
frontend/src/app/globals.css CHANGED
@@ -3,19 +3,20 @@
3
  @tailwind utilities;
4
 
5
  :root {
6
- --background: #080523;
7
- --background-secondary: #121029;
8
- --background-2: #1e2b57;
9
- --background-3: #0d0e1e;
10
- --background-4: #313c51;
11
- --foreground: #ededed;
12
- --foreground-secondary: #1d85b9;
13
- --foreground-2: #0b5da9;
14
- --foreground-3: #25253c;
15
- --foreground-4: #878787;
16
- --foreground-5: #403f4f;
17
- --highlight-color: #00aaff53;
18
- --text-highlight: rgb(31, 242, 179);
 
19
  }
20
 
21
  html,
 
3
  @tailwind utilities;
4
 
5
  :root {
6
+ --background: #161328;
7
+ --background-secondary: #191820;
8
+ --background-2: #1c2133;
9
+ --background-3: #191921;
10
+ --background-4: #21242c;
11
+ --foreground: #b9b9b9;
12
+ --foreground-secondary: #417a97;
13
+ --foreground-1: #1b1d1e;
14
+ --foreground-2: #325b82;
15
+ --foreground-3: #36363f;
16
+ --foreground-4: #a6a2a2;
17
+ --foreground-5: #4c4b53;
18
+ --highlight-color: #4599c453;
19
+ --text-highlight: #27d9a4;
20
  }
21
 
22
  html,