| 1 | /* theme: sharp-mono — 锐利黑白高对比 */ |
| 2 | :root{ |
| 3 | --bg:#ffffff;--bg-soft:#ffffff;--surface:#ffffff;--surface-2:#000000; |
| 4 | --border:#000000;--border-strong:#000000; |
| 5 | --text-1:#000000;--text-2:#1a1a1a;--text-3:#4a4a4a; |
| 6 | --accent:#000000;--accent-2:#000000;--accent-3:#ff2200; |
| 7 | --good:#008800;--warn:#ff9900;--bad:#ff0000; |
| 8 | --grad:linear-gradient(135deg,#000,#222); |
| 9 | --grad-soft:linear-gradient(135deg,#fff,#eee); |
| 10 | --radius:0;--radius-sm:0;--radius-lg:0; |
| 11 | --shadow:4px 4px 0 #000;--shadow-lg:8px 8px 0 #000; |
| 12 | --font-sans:'Archivo Black','Inter','Noto Sans SC',sans-serif; |
| 13 | --font-display:'Archivo Black',sans-serif; |
| 14 | --letter-tight:-.04em; |
| 15 | } |
| 16 | .h1,.h2,h1.title,h2.title{text-transform:uppercase} |
| 17 | .card{border:2px solid #000} |
| 18 |