Skip to content

Commit ffeaf64

Browse files
committed
Add global.css for GitHub Pages
1 parent c560b9e commit ffeaf64

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

global.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@import "tailwindcss";
2+
3+
/* Base typography scaling */
4+
html { font-size: 18px; }
5+
@media (min-width: 1024px) { html { font-size: 19px; } }
6+
body { line-height: 1.75; }
7+
8+
/* Headings tracking */
9+
h1, h2, h3 { letter-spacing: -0.01em; }
10+
11+
/* Smooth link/hover transitions */
12+
a { transition: color .15s ease, background-color .15s ease, opacity .15s ease; }

0 commit comments

Comments
 (0)