aboutsummaryrefslogtreecommitdiff
path: root/assets/css
Commit message (Collapse)AuthorAge
* Update CSS copyright dates2024.01.01Nicholas Johnson2024-01-01
|
* Add link underlines2023.09.16Nicholas Johnson2023-09-16
| | | | | Link underlines make links more accessible for users with low-contrast vision.
* Shorten logo line-height2023.09.10Nicholas Johnson2023-09-10
|
* Revert "Remove redundant CSS rule"2023.09.02Nicholas Johnson2023-09-02
| | | | | | This reverts commit 892f28ca9ba65a004046800747d4d3dfd6d37c6c. Redundant CSS rule was not redundant.
* Remove redundant CSS ruleNicholas Johnson2023-08-30
|
* Scale images to main size2023.08.10Nicholas Johnson2023-08-10
|
* Stop scrollbar covering preformatted text2023.07.04Nicholas Johnson2023-07-04
|
* Revert "Justify text"2023.06.27.1Nicholas Johnson2023-06-27
| | | | This reverts commit 19491418e6d661fe626013d3f64779cdd1af0403.
* Justify text2023.06.27Nicholas Johnson2023-06-27
|
* Make CSS styling more symmetricalNicholas Johnson2023-06-01
|
* Improve CSS robustnessNicholas Johnson2023-05-05
|
* Fix blockquote paragraph margins2023.03.15Nicholas Johnson2023-03-15
|
* Remove extra space above unordered lists2023.02.15Nicholas Johnson2023-02-15
|
* Add back left/right paddingNicholas Johnson2022-12-08
|
* Replace font-size px units with remNicholas Johnson2022-12-08
| | | | Rem makes the site more accessible.
* Set max line length to roughly 72 charsNicholas Johnson2022-12-08
|
* Complete overhaul of the CSSNicholas Johnson2022-12-08
| | | | | 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.
* Fix copyright noticeNicholas Johnson2022-12-08
|
* Fix margins for highlighted codeNicholas Johnson2022-12-06
|
* Add styling for quotesNicholas Johnson2022-12-06
|
* Remove Python scriptsNicholas Johnson2022-11-09
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.