YoonJ-C commited on
Commit
ae0291e
·
1 Parent(s): 0349d50

Style updates: adjust landing and design tokens

Browse files
Files changed (2) hide show
  1. static/design-tokens.css +2 -0
  2. static/landing.css +1 -1
static/design-tokens.css CHANGED
@@ -11,6 +11,8 @@
11
  --border-divider: #E9ECEF;
12
 
13
  /* Semantic Colors */
 
 
14
  --success: #10B981;
15
  --warning: #F59E0B;
16
  --error: #EF4444;
 
11
  --border-divider: #E9ECEF;
12
 
13
  /* Semantic Colors */
14
+ --background-color-1:rgb(84, 96, 235);
15
+ --background-color-2:rgb(151, 119, 249);
16
  --success: #10B981;
17
  --warning: #F59E0B;
18
  --error: #EF4444;
static/landing.css CHANGED
@@ -183,7 +183,7 @@ body {
183
  }
184
 
185
  .btn-primary:hover {
186
- background: linear-gradient(135deg, var(--success), var(--info));
187
  box-shadow: var(--shadow-xl);
188
  }
189
 
 
183
  }
184
 
185
  .btn-primary:hover {
186
+ background: linear-gradient(135deg, var(--background-color-2), var(--background-color-1));
187
  box-shadow: var(--shadow-xl);
188
  }
189