diff --git a/src/styles/theme.scss b/src/styles/theme.scss index 20b04e72..5cb02e88 100644 --- a/src/styles/theme.scss +++ b/src/styles/theme.scss @@ -31,14 +31,14 @@ .dark { --el-color-primary: #409eff; - --theme-background: #36383d; + --theme-background: #212224; --font-color: #fafbfc; --disabled-color: #ccc; --el-text-color-regular: #fafbfc; --dashboard-tool-bg: #000; --text-color-placeholder: #ccc; --border-color: #262629; - --border-color-primary: #666; + --border-color-primary: #4b4b52; --layout-background: #000; --el-switch-off: #999; } diff --git a/src/views/dashboard/controls/Tab.vue b/src/views/dashboard/controls/Tab.vue index 4fa428ed..39c52340 100644 --- a/src/views/dashboard/controls/Tab.vue +++ b/src/views/dashboard/controls/Tab.vue @@ -302,15 +302,16 @@ limitations under the License. --> height: 20px; line-height: 20px; outline: none; - color: #333; + color: $font-color; font-style: normal; overflow: hidden; text-overflow: ellipsis; margin-right: 20px; + background-color: $theme-background; } .tab-icons { - color: #333; + color: $font-color; i { margin-right: 3px; diff --git a/src/views/dashboard/controls/Topology.vue b/src/views/dashboard/controls/Topology.vue index ff2553f5..b7de1798 100644 --- a/src/views/dashboard/controls/Topology.vue +++ b/src/views/dashboard/controls/Topology.vue @@ -59,7 +59,6 @@ limitations under the License. -->