| 12345678910111213141516171819202122 |
- $primary-color: #090a0f;
- $background-color: #090a0f;
- $text-color: #ffffff;
- $bgopacity-color: #00968730;
- :root {
- --primary-color: #{$primary-color};
- --background-color: #{$background-color};
- --text-color: #{$text-color};
- --bgopacity-color: #{$bgopacity-color};
- --header-bg: #ffffff;
- --header-text-color: #303133;
- --content-bg: #f5f7fa;
- --text-cyan: #303133;
- --panel-bg: #ffffff;
- --input-bg: #ffffff;
- --input-border: #dcdfe6;
- --table-header-bg: #2f8f62;
- --table-header-text: #ffffff;
- --table-row-bg: #ffffff;
- --table-cell-text: #606266;
- --primary-color: #008080;
- }
|