Commit Graph

59 Commits

Author SHA1 Message Date
Ray Elliott 25d9bc4199 add talkyard comments 2020-09-13 00:26:35 +01:00
Ray Elliott a76ed0c47c add margins to figures 2020-05-02 19:30:19 +01:00
Ray Elliott 72a92503e8 add a primary menu item that shows along side mobile menu button 2020-02-21 15:39:45 +00:00
Ray Elliott b7f14b8109 add padding to menu button 2020-02-21 15:10:31 +00:00
Ray Elliott db4ac2d956 decrease social links font size on mobile 2020-02-21 14:44:32 +00:00
Ray Elliott 6736625dc7 add svg menu icon 2020-02-21 14:42:31 +00:00
Ray Elliott d661cae78e decrease font size of social media links 2020-02-21 14:00:56 +00:00
Ray Elliott cd314e8360 style links in strong tags as bold 2020-02-20 20:14:26 +00:00
Ray Elliott 0eecfb50ea improve social link styling 2020-02-20 17:14:19 +00:00
Ray Elliott 7713d4d351 update icon padding 2020-02-20 15:07:05 +00:00
Ray Elliott e67b2c24af use svg icons for taxonomies,date and time icons 2020-02-20 15:02:14 +00:00
Ray Elliott f7c750185f use material icons 2020-02-20 12:53:28 +00:00
Ray Elliott fc0acf05f4 add pagination styling 2020-02-19 22:26:24 +00:00
Ray Elliott 091e45c27d do not style .pagination lists in _content.scss 2020-02-19 21:49:02 +00:00
Ray Elliott 69b0bfa48f remove border from meta tags, adjust opacity, color 2020-02-19 16:10:13 +00:00
Ray Elliott 4fa09193d8 adjust letter spacing of links and add margin 2020-02-19 15:55:34 +00:00
Ray Elliott 64c23a13f8 update link color to blue 2020-02-19 15:37:07 +00:00
Ray Elliott 6e4b275b0d style dark mode meta-tags 2020-02-19 15:22:28 +00:00
Ray Elliott 5603cfc17e use theme colours for meta tags 2020-02-19 15:12:02 +00:00
Ray Elliott 17dfcf002b remove width from font awesome icons 2020-02-19 12:13:12 +00:00
Ray Elliott 8ae8a63267 add categorytag labels to taxonomy pages 2020-02-19 12:10:13 +00:00
Ray Elliott d14d1d7215 update metadata styling 2020-02-18 22:54:05 +00:00
Ray Elliott 46f6de852d group categories and tags metadata together 2020-02-18 22:12:32 +00:00
Ray Elliott 38f0b25502 style categories and tags post meta 2020-02-18 21:48:18 +00:00
Ray Elliott 56ec9a6391 style the list pages
center the lists
2020-02-18 20:34:13 +00:00
Ray Elliott 9908b8d2ed style the see-also list 2020-02-18 17:44:07 +00:00
Ray Elliott 957a83b3cb center images in .content 2020-02-18 17:31:17 +00:00
ray d86b1d6253 center images within figures 2020-02-14 20:56:45 +00:00
ray 65d631e4e4 style content header and headings
have the header and headings center aligned
2020-02-14 20:10:23 +00:00
ray 954a31edd0 center featured image 2020-02-14 20:07:59 +00:00
ray ddcf1efd52 increase font size on larger devices 2020-02-09 19:48:18 +00:00
ray 0da52c0444 update link colors 2020-02-09 17:58:47 +00:00
ray 10366a9d6f update fonts used to lato and open sans 2020-02-09 16:24:11 +00:00
ray 7709817602 add dark mode toggle functionality 2020-02-02 19:52:12 +00:00
ray 8de3c5508c update theme fonts 2020-02-02 17:13:35 +00:00
Joseph Ting 39616beba3
Improve code block style of syntax highlighting (#256) 2020-01-31 15:16:13 -03:00
John Schroeder b00b75064d Automatic dark/light colorschemes (#234)
* Automatic dark/light colorschemes

A new `colorscheme` option is added with the capability to be always dark,
always light, or automatic based on the user's browser setting.  This
makes the `inverted` option superfluous, and therefore deprecated.
Nomenclature of files, variables, etc are changed from `inverted` to
`dark` to reflect this change.

Closes #226.

* Remove inverted option completely

The `inverted` option is now not just deprecated, but removed
completely.
2019-11-21 10:13:49 -03:00
Ariejan de Vroom fa3de1efaf Adjust dark mode colorscheme (#225)
* Adjust dark mode colorscheme

This makes the whites a bit softer and instead of
inverting the blue hyperlinks, they're now desaturated -
but still blue.

* Add Ariejan de Vroom to CONTRIBUTORS
2019-10-09 11:14:10 -03:00
Joseph Ting 27e83b1e5a Add see also section to posts footer (#152)
* Fix series list page title

* Add see also section to posts footer
2019-03-11 08:21:14 -03:00
Luiz F. A. de Prá 54f0975aa9
Fix pagination style (#145) 2019-02-10 20:56:07 -02:00
Luiz F. A. de Prá ced910a886
Fix hidden nav button on inverted (#140) 2019-01-16 15:54:29 -02:00
Gabriel Monteiro Nepomuceno 4ff77035f6 Easy customize (#138)
* Making easy to customize listing

* adding styles to listing

* removing unintended changes

* correcting declaration

* including files for release

* changing url to be relative so it can work on localhost

* Including suggestions
2019-01-16 13:16:24 -02:00
Piotr Januszewski 12b4246e29 Add simple figure style for content class (#130)
* Add figure style

* Add figure to exampleSite

* Apply suggested changes from code-review
2019-01-07 13:30:09 -02:00
Joseph Ting fc576925eb Fix homepage main content section vertical align (#118) 2019-01-04 09:09:52 -02:00
Thomas Nys 9f034349f6 Fix code indent (#123)
* Fix code indent

* Add myself to the contributors

* Regenerate css
2018-11-26 13:56:31 -02:00
Luiz de Prá c0708c491e Revert flex on body 2018-11-25 20:40:34 -02:00
Joseph Ting bab77656bb Update deprecated device-width media queries (#120) 2018-11-21 09:37:10 -02:00
Abner Campanha 720f7518a6 Add inverted variables option (#110)
* add inverted variables option

* create inverted styles

* add missed styles

* add myself as contributor
2018-11-12 09:42:52 -02:00
Joseph Ting 8d3c1a2f8e Remove flexbox on body (#114) 2018-11-09 11:03:00 -02:00
Khosrow Moossavi fd3ec89897 Taxonomy initial commit, tags and categories (#90)
* Taxonomy initial commit, tags and categories

* WIP: Show in footer for comparison

* Fix post meta
2018-10-27 09:43:26 -03:00