aboutsummaryrefslogtreecommitdiff
path: root/styles.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* styles.css: Add width attribute to .simple-icon classEuAndreh2021-02-211-0/+1
|
* post.html: Remove <section> tagsEuAndreh2021-01-011-2/+2
|
* Add pastebins to to <nav> and make <nav> CSS look better on small screensEuAndreh2020-12-151-1/+2
|
* styles.css: Make the border of code lighter and on both sides tooEuAndreh2020-12-151-2/+2
|
* 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 blocksEuAndreh2020-08-171-0/+8
| | | | Generate txt files from code blocks embedded on pages, and add links to them.
* Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn>EuAndreh2020-08-151-3/+15
| | | | | 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.
* 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 IDsEuAndreh2020-08-131-0/+13
| | | | | | | 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
* 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 blocksEuAndreh2020-08-051-20/+9
| | | | | | Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now.
* 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