li-nguyen commited on
Commit
8563b31
1 Parent(s): 6b5d3e4

Update version

Browse files
Files changed (3) hide show
  1. assets/css/custom.css +3 -5
  2. requirements.in +1 -1
  3. requirements.txt +1 -1
assets/css/custom.css CHANGED
@@ -34,9 +34,7 @@ img[src*="#chart-icon"] {
34
  position: relative;
35
  }
36
 
37
- .code-clipboard-container .pycafe-link,
38
- .code-clipboard-container .pycafe-link:focus {
39
- line-height: unset;
40
  margin-bottom: 12px;
41
  }
42
 
@@ -96,7 +94,7 @@ img[src*="#chart-icon"] {
96
  background: var(--text-primary);
97
  border-top-left-radius: 8px;
98
  bottom: 0;
99
- color: var(--text-contrast-primary);
100
  display: flex;
101
  font-size: 0.8rem;
102
  font-weight: 500;
@@ -109,7 +107,7 @@ img[src*="#chart-icon"] {
109
  .anchor-container:focus,
110
  .anchor-container:hover {
111
  background: var(--text-secondary);
112
- color: var(--text-contrast-primary);
113
  }
114
 
115
  img#banner {
 
34
  position: relative;
35
  }
36
 
37
+ .code-clipboard-container .pycafe-link {
 
 
38
  margin-bottom: 12px;
39
  }
40
 
 
94
  background: var(--text-primary);
95
  border-top-left-radius: 8px;
96
  bottom: 0;
97
+ color: var(--text-primary-inverted);
98
  display: flex;
99
  font-size: 0.8rem;
100
  font-weight: 500;
 
107
  .anchor-container:focus,
108
  .anchor-container:hover {
109
  background: var(--text-secondary);
110
+ color: var(--text-primary-inverted);
111
  }
112
 
113
  img#banner {
requirements.in CHANGED
@@ -3,5 +3,5 @@ autoflake==2.3.1
3
  black==24.4.2
4
  isort==5.13.2
5
  plotly==5.24.1
6
- vizro==0.1.27
7
  gunicorn
 
3
  black==24.4.2
4
  isort==5.13.2
5
  plotly==5.24.1
6
+ vizro==0.1.28
7
  gunicorn
requirements.txt CHANGED
@@ -121,7 +121,7 @@ tzdata==2024.2
121
  # via pandas
122
  urllib3==2.2.3
123
  # via requests
124
- vizro==0.1.27
125
  # via -r requirements.in
126
  werkzeug==3.0.6
127
  # via
 
121
  # via pandas
122
  urllib3==2.2.3
123
  # via requests
124
+ vizro==0.1.28
125
  # via -r requirements.in
126
  werkzeug==3.0.6
127
  # via