| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-15 01:02:41 GMT-0800 |
| Commit | a8d48fe8d9e90cdc6266dc8b3b2dc89500ac8be8 |
| Parent | 2c81a0c |
| Delta | 8 lines added, 3 lines removed, 5-line increase |
|---|
| .blob-code { | ||
| - font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; | ||
| + font-family: 'SFMono-Regular', Consolas, monospace; | ||
| background-color: #161b22; | ||
| color: #fcfcfa; | ||
| + font-size: 0.875rem; | ||
| + line-height: 1.6; | ||
| tab-size: 2; | ||
| } | ||
| .hl-function, | ||
| -.hl-method, | ||
| -.hl-tag { | ||
| +.hl-method { | ||
| color: #78dce8; | ||
| +} | ||
| + | ||
| +.hl-tag { | ||
| + color: #3e8bff; | ||
| } | ||