diff --git a/src/App/src/components/TabBar.vue b/src/App/src/components/TabBar.vue index a883b22..93e33d8 100644 --- a/src/App/src/components/TabBar.vue +++ b/src/App/src/components/TabBar.vue @@ -1,6 +1,23 @@ @@ -94,6 +111,12 @@ import { prefinedLayouts } from "./goldenLayout/predefined-layouts" color: var(--text-normal); } + a { + color: #eee; + text-decoration: none; + font-weight: normal; + } + .menu-1:hover, .menu-2:hover{ background-color: var(--bg-light); }