aboutsummaryrefslogtreecommitdiff
path: root/static/css (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-15CSS: make the content more readableFranck Cuny1-15/+24
The Roboto Slab font is hard to read (at least for me). Switch to Droid Sans and make the text a bit smaller. Change the background of the page to white (again), and change the background color for the code snippets. Add text decoration for headlines (similar to org-bullet).
2021-08-15CSS: support table of contentFranck Cuny1-0/+12
If an entry has the parameter `#+toc` set to `t`, we will enable the table of content in the page.
2021-08-15CSS: use a class for the menuFranck Cuny1-7/+6
We will have more use of the tag `nav` and we will need different styles for it.
2021-08-14css: reduce the size of the fontFranck Cuny1-1/+1
2021-08-05css: bigger font and highlight colorsFranck Cuny1-6/+16
Increase the font size and change some of the colors used for highlighting code.
2021-05-18css: add a scroll bar if the content overflowsFranck Cuny1-1/+1
2021-04-22layout: add a navbarFranck Cuny1-1/+40
I want to differentiate blog's entries from more general notes. For this, we create two menu entries, and add a navbar at the top. The nav bar let us select between the two kind of articles: blogs or notes. For now we have a single blog entry, and no notes. The page to list entries is simplified: we use the same layout for all lists (tags, notes, blogs). The CSS is updated to support the new nav bar.
2021-04-13css: switch to sans-serif; add tables; other tweaksFranck Cuny1-5/+28
2021-04-11css: remove extra white spaceFranck Cuny1-1/+1
2021-04-11css: change font to roboto slabFranck Cuny1-5/+5
2021-04-06layout: add date and tags to single pagesFranck Cuny1-0/+16
We want to show the tags and the published/updated date for the articles. Add to the CSS the classes for these new elements.
2021-04-06css: update style for links and headersFranck Cuny1-4/+8
Indent properly the CSS
2021-04-06css: set background color for code blockFranck Cuny1-5/+9
Indent properly the CSS for the `pre` tag.
2021-04-06css: change the default fontFranck Cuny1-5/+5