summaryrefslogtreecommitdiffstatshomepage
path: root/scss/style.scss (follow)
Commit message (Collapse)AuthorAgeLines
* css: Use a custom font-size for codeWynn Wolf Arbor2020-04-11-2/+4
| | | | We found 'smaller' to be too small, so go with 85% for now.
* css: Add indent and clear pre stylesWynn Wolf Arbor2020-04-11-0/+13
| | | | | | | | | | | | This commit adds two new classes for <pre> tags: 1) pre.clear overrides the standard canary background color with white 2) pre.indent defines a <pre> tag that is indented and marked with a border These classes are mainly meant for preformatted content that has been added manually and should not be styled like the common code blocks.
* css: Adjust font sizes and line heightWynn Wolf Arbor2020-02-21-1/+5
| | | | These should make the pages more comfortable to look at.
* css: Remove unnecessary quotingWynn Wolf Arbor2020-01-12-1/+1
|
* css, templates: Remove footerWynn Wolf Arbor2020-01-12-5/+0
| | | | This element had no purpose and was taking up 200px for no reason.
* css: Improve readability by increasing the line heightWynn Wolf Arbor2020-01-12-1/+2
| | | | | | Add a bit more space to paragraphs, whilst contracting pre-formatted content (which mostly is code and uses a different font which does not need this kind of space).
* css: Tweak canary colorWynn Wolf Arbor2020-01-11-1/+1
|
* css: Make content in <pre> more readableWynn Wolf Arbor2020-01-11-1/+3
| | | | | | This commit changes the background color of <pre> to be a bit less colourful, and changes text color from pure black to a slightly tinged black to increase readability.
* css: Remove unused pre.poetry ruleWolfgang Müller2019-09-09-6/+0
|
* css: Improve visibility of a focused nav.main elementWolfgang Müller2019-08-02-0/+5
| | | | | Previously the only indicator was the standard :focus outline rule, this should make the focused element on the main page very clear.
* css: Add rules to keep images within page boundsWolfgang Müller2019-07-22-0/+2
|
* Initial importWolfgang Müller2019-07-21-0/+125