Add a background, to enhance readability
This commit is contained in:
parent
f4374de263
commit
9f50bf786c
2 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@ body {
|
|||
}
|
||||
|
||||
mdui-navigation-bar {
|
||||
background: transparent;
|
||||
background: rgba(0, 0, 0, 10%);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ mdui-top-app-bar {
|
|||
box-shadow: none;
|
||||
|
||||
@media (max-width: 1500px) {
|
||||
background: rgba(0, 0, 0, 10%);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue