FourLabs-UN2 commited on
Commit
c169540
·
verified ·
1 Parent(s): caa3c72

Faça variando em tons dessas cores:

Browse files
Files changed (1) hide show
  1. style.css +14 -7
style.css CHANGED
@@ -2,21 +2,28 @@
2
  /* Base colors */
3
  :root {
4
  --primary: #ff580f;
5
- --primary-light: #ff8040;
 
 
6
  --secondary: #ff3d00;
 
7
  --light: #f8f5f5;
8
  --dark: #21223a;
9
- --gray: #6c6d8a;
10
  --dark-light: #3a3b5a;
 
 
 
 
11
  }
12
  /* Custom chart tooltip styling */
13
  .chartjs-tooltip {
14
- background: rgba(33, 34, 58, 0.95) !important;
15
- border-radius: 4px !important;
16
  color: var(--light) !important;
17
  padding: 8px 12px !important;
18
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
19
- border: 1px solid var(--dark-light);
20
  }
21
  .chartjs-tooltip-key {
22
  display: inline-block;
@@ -24,8 +31,8 @@
24
  height: 10px;
25
  margin-right: 6px;
26
  border-radius: 2px;
27
- background: var(--primary);
28
- box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
29
  }
30
  body {
31
  background-color: var(--light);
 
2
  /* Base colors */
3
  :root {
4
  --primary: #ff580f;
5
+ --primary-light: #ff8850;
6
+ --primary-lighter: #ffb080;
7
+ --primary-dark: #d0470a;
8
  --secondary: #ff3d00;
9
+ --secondary-light: #ff6640;
10
  --light: #f8f5f5;
11
  --dark: #21223a;
12
+ --dark-medium: #2d2e4a;
13
  --dark-light: #3a3b5a;
14
+ --dark-lighter: #4a4b6a;
15
+ --gray: #6c6d8a;
16
+ --gray-light: #8d8eaa;
17
+ --gray-lighter: #afb0ca;
18
  }
19
  /* Custom chart tooltip styling */
20
  .chartjs-tooltip {
21
+ background: rgba(33, 34, 58, 0.98) !important;
22
+ border-radius: 4px !important;
23
  color: var(--light) !important;
24
  padding: 8px 12px !important;
25
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
26
+ border: 1px solid var(--dark-lighter);
27
  }
28
  .chartjs-tooltip-key {
29
  display: inline-block;
 
31
  height: 10px;
32
  margin-right: 6px;
33
  border-radius: 2px;
34
+ background: var(--primary-light);
35
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
36
  }
37
  body {
38
  background-color: var(--light);