aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
Commit message (Collapse)AuthorAge
* 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.