aboutsummaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2024-01-01Update CSS copyright datesv1.2.1Nicholas Johnson
2023-09-16Add link underlinesv1.0.4Nicholas Johnson
Link underlines make links more accessible for users with low-contrast vision.
2023-09-10Shorten logo line-heightv1.0.3Nicholas Johnson
2023-09-02Revert "Remove redundant CSS rule"v1.0.2Nicholas Johnson
This reverts commit 892f28ca9ba65a004046800747d4d3dfd6d37c6c. Redundant CSS rule was not redundant.
2023-08-30Remove redundant CSS ruleNicholas Johnson
2023-08-10Scale images to main sizev0.7.2Nicholas Johnson
2023-07-04Stop scrollbar covering preformatted textv0.6.3Nicholas Johnson
2023-06-27Revert "Justify text"v0.6.2Nicholas Johnson
This reverts commit 19491418e6d661fe626013d3f64779cdd1af0403.
2023-06-27Justify textv0.6.1Nicholas Johnson
2023-06-01Make CSS styling more symmetricalNicholas Johnson
2023-05-05Improve CSS robustnessNicholas Johnson
2023-03-15Fix blockquote paragraph marginsv0.4.3Nicholas Johnson
2023-02-15Remove extra space above unordered listsv0.3.4Nicholas Johnson
2022-12-08Add back left/right paddingNicholas Johnson
2022-12-08Replace font-size px units with remNicholas Johnson
Rem makes the site more accessible.
2022-12-08Set max line length to roughly 72 charsNicholas Johnson
2022-12-08Complete overhaul of the CSSNicholas Johnson
I made it as BEM-compliant as I could. Making it fully BEM-compliant is impossible since Hugo doesn't have HTML render hooks for certain tags.
2022-12-08Fix copyright noticeNicholas Johnson
2022-12-06Fix margins for highlighted codeNicholas Johnson
2022-12-06Add styling for quotesNicholas Johnson
2022-11-09Remove Python scriptsNicholas Johnson
Using Hugo's configDir is more elegant. css/ was moved to assets so it isn't published when processing Gemini. Files in static/ are always published. Files in assets/ are only published when invoked in a template.