summaryrefslogtreecommitdiffstatshomepage
path: root/scss (unfollow)
Commit message (Collapse)AuthorLines
2020-04-11css: Use a custom font-size for codeWynn Wolf Arbor-2/+4
We found 'smaller' to be too small, so go with 85% for now.
2020-04-11css: Add indent and clear pre stylesWynn Wolf Arbor-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.
2020-02-21css: Indent Bd blocks in manual pagesWynn Wolf Arbor-0/+1
2020-02-21css: Adjust font sizes and line heightWynn Wolf Arbor-3/+7
These should make the pages more comfortable to look at.
2020-01-12css: Remove unnecessary quotingWynn Wolf Arbor-1/+1
2020-01-12css, templates: Remove footerWynn Wolf Arbor-5/+0
This element had no purpose and was taking up 200px for no reason.
2020-01-12css: Improve readability by increasing the line heightWynn Wolf Arbor-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).
2020-01-11css: Tweak canary colorWynn Wolf Arbor-1/+1
2020-01-11css: Make content in <pre> more readableWynn Wolf Arbor-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.
2019-09-09css: Remove unused pre.poetry ruleWolfgang Müller-6/+0
2019-08-02css: Improve visibility of a focused nav.main elementWolfgang Müller-0/+5
Previously the only indicator was the standard :focus outline rule, this should make the focused element on the main page very clear.
2019-07-22css: Add rules to keep images within page boundsWolfgang Müller-0/+2