riku
2025-07-04 d6e6f8b5b31e132e4597eb531168d3e88f3bda72
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
:root {
  // --el-text-color-regular: #ffffff;
}
 
.el-form-item__label {
  color: rgba(255, 255, 255, 0.849) !important;
}
 
// .el-radio {
//   --el-radio-text-color: white;
// }
 
.el-button-custom {
  --el-button-bg-color: var(--bg-color);
  --el-button-border-color: var(--font-color);
  // --el-button-hover-text-color: var(--select_color);
  // --el-button-hover-bg-color: var(--bg-color);
  --el-button-hover-bg-color: var(--select_color);
  --el-button-active-border-color: transparent;
}
 
.el-button-custom-light {
  --el-button-bg-color: var(--select_color);
  // --el-button-text-color: var(--bg-color);
  // --el-button-hover-text-color: var(--bg-color);
  // --el-button-hover-bg-color: var(--font-color);
  --el-button-hover-bg-color: transparent;
  --el-button-border-color: var(--font-color);
  --el-button-active-border-color: transparent;
}
 
.el-button-custom:focus-visible {
  outline: 0px solid var(--el-button-outline-color);
}
 
// .el-statistic {
//   --el-statistic-title-color: rgb(215, 215, 215);
//   --el-statistic-content-color: white;
// }
 
// .el-text {
//   --el-text-color: white;
// }
 
// .el-link {
//   --el-link-text-color: #23dad1;
// }