summaryrefslogtreecommitdiff
path: root/src/content/style.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-29src/content/img/: Adjust light/dark mode SVGsEuAndreh1-1/+5
2025-04-17src/content/style.css: Fix selector of collection listingEuAndreh1-2/+2
2025-04-17src/content/style.css: Support dark modeEuAndreh1-11/+39
2025-04-17src/content/style.css: Add extra code block selecotor due to current adoc(1) ↵EuAndreh1-1/+1
inflexible HTML
2025-04-17src/content/style.css: Adjust footer selectors for adoc(1) current ↵EuAndreh1-4/+8
inflexible HTML
2025-04-16src/content/style.css: Show header on hover onlyEuAndreh1-0/+5
2025-04-16src/content/style.css: Better positioning for header anchorEuAndreh1-0/+1
2025-04-15src/content/style.css: Add header anchor via CSSEuAndreh1-0/+6
2025-04-10src/content/style.css: Give #updated-at the same styling as #published-atEuAndreh1-1/+1
2025-03-31src/content/style.css: Add adjustment for asciidocEuAndreh1-0/+7
2025-03-28src/content/style.css: Update selectors for what mkwb(1) emitsEuAndreh1-9/+3
2024-11-17mv src/content/styles.css src/content/style.cssEuAndreh1-0/+0
2024-11-12Move unprocessed static content to src/content/EuAndreh1-0/+0
2021-10-11styles.css: Simplify margin, remove "optimizeLegibility"EuAndreh1-2/+1
2021-10-11styles.css: Don't set the background, use the default value (white)EuAndreh1-1/+0
2021-10-11styles.css: Don't set the font, inherit from the browser defaultEuAndreh1-1/+0
2021-02-21styles.css: Add width attribute to .simple-icon classEuAndreh1-0/+1
2021-01-01post.html: Remove <section> tagsEuAndreh1-2/+2
2020-12-15Add pastebins to to <nav> and make <nav> CSS look better on small screensEuAndreh1-1/+2
2020-12-15styles.css: Make the border of code lighter and on both sides tooEuAndreh1-2/+2
2020-11-03Better space link-listingEuAndreh1-0/+9
2020-10-30styles.css: Fix display of sequential headersEuAndreh1-1/+1
2020-10-30Increase max-width from 700px to 750pxEuAndreh1-1/+1
2020-10-30Wrap header with link using a div rather than a spanEuAndreh1-10/+10
2020-09-18styles.css: Add horizontal scrollbar on long code blocksEuAndreh1-0/+4
2020-08-31styles.css: Add custom style for blockquotesEuAndreh1-0/+7
2020-08-31styles.css: Decrease max-width from 1000px to 700pxEuAndreh1-1/+1
2020-08-17Generate plaintext links to raw code blocksEuAndreh1-0/+8
Generate txt files from code blocks embedded on pages, and add links to them.
2020-08-15Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn>EuAndreh1-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.
2020-08-13styles.css: Show underline on code block anchors on hoverEuAndreh1-0/+5
2020-08-13Create Jekyll hook to add anchors to code block linesEuAndreh1-1/+10
2020-08-13styles.css: Reshuffle declarations and organize with some commentsEuAndreh1-13/+30
2020-08-13Create Jekyll hook to add header anchors based on the header IDsEuAndreh1-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
2020-08-12styles.css: Add light pink background colorEuAndreh1-0/+1
2020-08-10Also separate footnotes with a borderEuAndreh1-1/+1
2020-08-10CSS: Add clearer separation between end of post and post footerEuAndreh1-1/+5
2020-08-05Simplify styles.css and setup line number for code blocksEuAndreh1-20/+9
Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now.
2020-08-01style.css: Make the border of code blocks more discreteEuAndreh1-1/+2
2020-02-06CSS tweak code block highlightEuAndreh1-5/+2
2020-02-06Update code highlight CSS classEuAndreh1-1/+1
2020-02-05Add manual support for multiple languagesEuAndreh1-0/+10
2020-02-05WIP JekyllEuAndreh1-0/+0
2020-02-03CSS: Do CSS line numbering the right wayEuAndreh1-1/+19
2020-01-30CSS: Add margin to all parts of 'nav a'EuAndreh1-1/+1
2020-01-30CSS: Add minimal padding to bodyEuAndreh1-0/+1
2020-01-30CSS: Remove custom 140% line-heithEuAndreh1-1/+0
2020-01-30CSS: Remove width limitEuAndreh1-1/+0
2020-01-30Simplify CSSEuAndreh1-41/+4
2020-01-24CSS: Remove source code highlightingEuAndreh1-82/+2
2020-01-24CSS: Use sans-serif font in textEuAndreh1-1/+1
Being nice towards medium/low resolution screens.