Blog: 2025-11-15: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "a #jekyll theme to check out https://github.com/cotes2020/jekyll-theme-chirpy")
 
No edit summary
Line 1: Line 1:
a #jekyll theme to check out https://github.com/cotes2020/jekyll-theme-chirpy
a #jekyll theme to check out https://github.com/cotes2020/jekyll-theme-chirpy

.#jekyllunhighlight can't do

<pre>
.highlight :not(.hll span) {
color: white;
}
</pre>

cause if there's no line highlighting nothing highlights. I suppose I could manually highlight every line but I'd rather not.

Revision as of 07:41, 15 November 2025

a #jekyll theme to check out https://github.com/cotes2020/jekyll-theme-chirpy

.#jekyllunhighlight can't do

.highlight :not(.hll span) {
  color: white;
}

cause if there's no line highlighting nothing highlights. I suppose I could manually highlight every line but I'd rather not.