aboutsummaryrefslogtreecommitdiff
path: root/styles.css (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn>...Now the hook creates a wrapping <span> to put the header and it's existing link inside, and add the new anchor as a sibling. EuAndreh2020-08-151-3/+15
* styles.css: Show underline on code block anchors on hoverEuAndreh2020-08-131-0/+5
* Create Jekyll hook to add anchors to code block linesEuAndreh2020-08-131-1/+10
* styles.css: Reshuffle declarations and organize with some commentsEuAndreh2020-08-131-13/+30
* Create Jekyll hook to add header anchors based on the header IDs...Impement add-anchor-to-header-from-header-id.rb using regexps, like the "official hooks" do: - https://github.com/jekyll/jekyll-mentions - https://github.com/jekyll/jemoji EuAndreh2020-08-131-0/+13
* styles.css: Add light pink background colorEuAndreh2020-08-121-0/+1
* Also separate footnotes with a borderEuAndreh2020-08-101-1/+1
* CSS: Add clearer separation between end of post and post footerEuAndreh2020-08-101-1/+5
* Simplify styles.css and setup line number for code blocks...Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now. EuAndreh2020-08-051-20/+9
* style.css: Make the border of code blocks more discreteEuAndreh2020-08-011-1/+2
* CSS tweak code block highlightEuAndreh2020-02-061-5/+2
* Update code highlight CSS classEuAndreh2020-02-061-1/+1
* Add manual support for multiple languagesEuAndreh2020-02-051-0/+10
* WIP JekyllEuAndreh2020-02-051-0/+80