diff options
Diffstat (limited to 'src-vue')
-rw-r--r-- | src-vue/src/App.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src-vue/src/App.vue b/src-vue/src/App.vue index 7022e5e0..f3f63e64 100644 --- a/src-vue/src/App.vue +++ b/src-vue/src/App.vue @@ -19,7 +19,7 @@ /* Header item */ .fc_menu__tabs .el-tabs__item { - color: #898b8e; + color: #b4b6b9; text-transform: uppercase; border: none !important; font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; @@ -38,7 +38,8 @@ /* Header menu */ .fc_menu__tabs .el-tabs__header { - background-color: #3c4549b8; + background-image: radial-gradient(transparent 1px); + backdrop-filter: saturate(50%) blur(4px); height: auto !important; } |