aboutsummaryrefslogtreecommitdiff
path: root/styles.css (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better space link-listingEuAndreh2020-11-031-0/+9
* styles.css: Fix display of sequential headersEuAndreh2020-10-301-1/+1
* Increase max-width from 700px to 750pxEuAndreh2020-10-301-1/+1
* Wrap header with link using a div rather than a spanEuAndreh2020-10-301-10/+10
* styles.css: Add horizontal scrollbar on long code blocksEuAndreh2020-09-181-0/+4
* styles.css: Add custom style for blockquotesEuAndreh2020-08-311-0/+7
* styles.css: Decrease max-width from 1000px to 700pxEuAndreh2020-08-311-1/+1
* Generate plaintext links to raw code blocks...Generate txt files from code blocks embedded on pages, and add links to them. EuAndreh2020-08-171-0/+8
* 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