| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-15 00:33:10 GMT-0800 |
| Commit | 10f5491d5965854b70ce2c842ed998130502b4b5 |
| Parent | e877b5b |
| } | ||
| -.hl-keyword, | ||
| -.hl-storage, | ||
| -.hl-modifier { | ||
| - color: #ff6188; | ||
| - font-weight: 600; | ||
| -} | ||
| - | ||
| -.hl-tag { | ||
| - color: #78a9ff; | ||
| -} | ||
| - | ||
| .hl-function, | ||
| .hl-method, | ||
| .hl-class, | ||
| .hl-label { | ||
| - color: #a9dc76; | ||
| + color: #82aaff; | ||
| font-weight: 500; | ||
| +} | ||
| + | ||
| +.hl-keyword, | ||
| +.hl-storage, | ||
| +.hl-modifier { | ||
| + color: #ff6188; | ||
| + font-weight: 600; | ||
| } | ||
| .hl-type { | ||
| color: #a9dc76; | ||
| opacity: 0.95; | ||
| +} | ||
| + | ||
| +.hl-tag { | ||
| + color: #78a9ff; | ||
| } | ||
| Delta | 12 lines added, 12 lines removed |
|---|