Added arrows to focused view for clarity

This commit is contained in:
Nathan Schneider
2026-01-14 22:35:27 -07:00
parent 3355ed9f02
commit 6230e6da7b
11 changed files with 13 additions and 16 deletions

View File

@@ -6,6 +6,8 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%;
}
/* Light mode (default) */
@@ -45,6 +47,7 @@ body {
touch-action: manipulation;
user-select: none;
-webkit-tap-highlight-color: transparent;
font-size: 16px;
}
#app {