minor css and js improvements

This commit is contained in:
2026-06-20 23:30:20 +02:00
parent 55cc1be52f
commit 433ed86f7e
7 changed files with 11 additions and 20 deletions

View File

@@ -279,7 +279,7 @@ body {
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
webkit-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

File diff suppressed because one or more lines are too long