fix(fe/styles): small fixes

This commit is contained in:
hexxa 2022-03-19 19:51:09 +08:00 committed by Hexxa
parent ddca44c786
commit 5f31cfc867
3 changed files with 3 additions and 4 deletions

View file

@ -72,8 +72,7 @@
}
.theme-dark #top-menu {
background: #242424;
opacity: 0.8;
background: rgba(36, 36, 36, 0.9);
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
backdrop-filter: blur(9.5px);
color: #16a085;

View file

@ -70,7 +70,7 @@
}
.theme-default #top-menu {
background: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.7);
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
backdrop-filter: blur(9.5px);
color: #16a085;