Add a background, to enhance readability
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

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 {
background: transparent;
background: rgba(0, 0, 0, 10%);
backdrop-filter: blur(5px);
}

View file

@ -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);
}