fix: readable Brutalist font, override OWA purple selection colors, add unified header toggle

This commit is contained in:
Joel Brock
2026-04-23 10:03:08 -07:00
parent 41f39fd539
commit 30437df288
6 changed files with 124 additions and 4 deletions

View File

@@ -73,13 +73,14 @@ html[data-outlook-relook-scheme] button,
html[data-outlook-relook-scheme] select,
html[data-outlook-relook-scheme] textarea {
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', monospace !important;
-webkit-font-smoothing: none !important;
letter-spacing: -0.02em !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
letter-spacing: 0 !important;
}
/* Smaller base size for density */
html[data-outlook-relook-scheme] body {
font-size: 12px !important;
font-size: 13px !important;
line-height: 1.5 !important;
}
/* ============================================================