Skip to content

add consistent hr styling in globals.css#676

Merged
moehdotdev merged 1 commit into
mainfrom
doc-style
Apr 16, 2026
Merged

add consistent hr styling in globals.css#676
moehdotdev merged 1 commit into
mainfrom
doc-style

Conversation

@moehdotdev

Copy link
Copy Markdown
Member

hr tags were inheriting inconsistent or browser-default styles. now they have a clean, consistent 2px border using the theme's --border color with proper spacing.

  • uniform horizontal rules across the entire app
  • matches the design system (uses hsl(var(--border)))
  • better visual separation in content like thoughts or docs
  • overrides any conflicting styles with !important

changes

  • app/globals.css
    • added hr rule with border: none, border-top: 2px solid hsl(var(--border)), and margin: 2rem 0

@vercel

vercel Bot commented Apr 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
notevo Building Building Preview, Comment Apr 16, 2026 4:13am

@moehdotdev moehdotdev merged commit 91a4579 into main Apr 16, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant