-
Notifications
You must be signed in to change notification settings - Fork 860
Remove ugly new times roman on token form #7067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mscolnick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
font-family should have some fallbacks
|
Ah, right. fallback for browser, will check if Arial is a default. |
|
@mscolnick I don't know if this makes it "available everywhere" but it does seem like Arial is a web safe font, does that suffice? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a font-family specification to the login form's label styling to improve visual consistency.
Key Changes:
- Added
font-family: Arial;to the password label styling in the login endpoint
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
We have an unstyled bit of form text when you start marimo in headless mode without a token in the url. This PR tries to fix that.
Before:
After: