Commit Graph

3 Commits

Author SHA1 Message Date
BBaoVanC 788583ea23
Update syntax styles to fix user-select
Turns out the last commit didn't work because bobastyle.css has lower
priority than the syntax CSS. But Hugo must've updated the styles
upstream because it's fixed after regenerating.
2023-12-01 20:05:42 -06:00
BBaoVanC e46288dc45
Update chroma (syntax highlighting) styles 2022-06-18 16:18:08 -05:00
BBaoVanC 92352a0c19
Fix #11 - better syntax highlighting
This requires the following to be added to config.toml:

[markup]
  [markup.highlight]
    noClasses = false
    lineNos = true
2021-10-15 19:16:14 -05:00