summaryrefslogtreecommitdiff
path: root/static/css
AgeCommit message (Collapse)Author
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.
2022-09-03Flatten headings 4 through 6 for GeminiNicholas Johnson
The CSS styling reflects that the headings are flattened as well.
2022-08-09Only show scrollbar when content is clippedNicholas Johnson
2022-08-07Remove leading zero from <ol> for Gemini convergenceNicholas Johnson
2022-08-07Set #return spacing for non-coarse pointer devicesNicholas Johnson
2022-08-07Change return to homepage link from class to idNicholas Johnson
2022-08-07Space out nav links for mobile devicesNicholas Johnson
2022-08-07Change preformatted text line height to normalNicholas Johnson
2022-08-06Fix logo overflowNicholas Johnson
2022-08-06Move margin spacing to header and footer tagsNicholas Johnson
2022-08-04Replace and reduce pixel width limit with emsNicholas Johnson
2022-08-04Provide a scroll bar for overflowed preformatted textNicholas Johnson
2022-08-04Add Helvetica as a fallback fontNicholas Johnson
2022-04-28Initial commitNicholas Johnson