| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-14 19:17:17 GMT-0800 |
| Commit | f84e5d3af904536375ca68869930a592d10ce0c0 |
| Parent | a002212 |
| } | ||
| +.blob-code { | ||
| + background: #2d2a2e; | ||
| + color: #fcfcfa; | ||
| + font-family: 'SFMono-Regular', Consolas, 'Andale Mono', 'Ubuntu Mono', monospace; | ||
| + padding: 16px; | ||
| + overflow-x: auto; | ||
| + line-height: 1.5; | ||
| + tab-size: 4; | ||
| +} | ||
| + | ||
| +.hl-keyword { | ||
| + color: #ff6188; | ||
| +} | ||
| + | ||
| +.hl-comment { | ||
| + color: #727072; | ||
| + font-style: italic; | ||
| +} | ||
| + | ||
| +.hl-string, | ||
| +.hl-string_interp { | ||
| + color: #ffd866; | ||
| +} | ||
| + | ||
| +.hl-variable { | ||
| + color: #fc9867; | ||
| +} | ||
| + | ||
| +.hl-number { | ||
| + color: #ab9df2; | ||
| + font-weight: bold; | ||
| +} | ||
| Delta | 32 lines added, 0 lines removed, 32-line increase |
|---|