feat: unify monospace typography and style the One Ring greeter

This commit is contained in:
OpenAI Coding Assistant
2026-09-06 13:23:51 -05:00
parent 9c32b3f877
commit b0f6742195
12 changed files with 226 additions and 30 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* { font-family: Inter, sans-serif; font-size: 16px; }
* { font-family: "@font@", monospace; font-size: 16px; }
window { background: transparent; }
box.main {
padding: 12px;