Add a background, to enhance readability

This commit is contained in:
Henry Hiles 2025-03-30 22:01:29 -04:00
parent f4374de263
commit 9f50bf786c
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 2 additions and 1 deletions

View file

@ -43,7 +43,7 @@ body {
} }
mdui-navigation-bar { mdui-navigation-bar {
background: transparent; background: rgba(0, 0, 0, 10%);
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
} }

View file

@ -6,6 +6,7 @@ mdui-top-app-bar {
box-shadow: none; box-shadow: none;
@media (max-width: 1500px) { @media (max-width: 1500px) {
background: rgba(0, 0, 0, 10%);
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
} }