Fix ruled paper: light beige bg, lighter lines, fix line alignment#422
Merged
realproject7 merged 1 commit intomainfrom Mar 21, 2026
Merged
Fix ruled paper: light beige bg, lighter lines, fix line alignment#422realproject7 merged 1 commit intomainfrom
realproject7 merged 1 commit intomainfrom
Conversation
…ment - Paper bg: #F5F0E8 (light beige, blends with page) - Lines: lighter (hsl 25% sat, 93% light), 1px thickness - Margin line: subtler (hsl 35% sat, 93% light), 2px wide - Line alignment: use fixed 26px line-height with matching background-position-y offset so text sits on lines - Works consistently on both desktop and mobile Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes 3 issues with the ruled paper content area:
#F5F0E8) — blends with page bg instead of standing out as white1.6em(varies with font rendering) to fixed26pxline-height withbackground-position-yoffset so text sits exactly on ruled linesChanges
--paper-bg: #F5F0E8(was#FFFCF7)--paper-line: hsl(234, 25%, 93%)(washsl(234, 40%, 90%))--paper-margin: hsl(350, 35%, 93%)(washsl(350, 60%, 92%))1px(was2px)26pxfixed (was1.6em)background-position-yto align grid with padding🤖 Generated with Claude Code