|  curben | a840663f9d | feat(feed): use new site icon | 2019-09-03 15:26:28 +01:00 | 
				
					
						|  curben | e34533c5fc | feat: update favicon | 2019-09-03 13:37:23 +01:00 | 
				
					
						|  curben | 3b4e5e2240 | fix(css): de-duplicate rule | 2019-08-30 20:12:32 +01:00 | 
				
					
						|  curben | 2fa38ae0ed | fix(css): drop sanitize/typography to simplify font | 2019-08-30 20:12:28 +01:00 | 
				
					
						|  curben | b5d2790081 | fix(css): center the search icon | 2019-08-30 19:40:29 +01:00 | 
				
					
						|  curben | 5f473b6253 | fix(css): put search box to center in mobile view | 2019-08-30 19:33:27 +01:00 | 
				
					
						|  curben | f86c829d78 | fix(css): add margin between lines | 2019-08-30 19:32:35 +01:00 | 
				
					
						|  curben | 570754d1d5 | fix(css): use relative length (em) | 2019-08-30 19:31:03 +01:00 | 
				
					
						|  curben | 1a7f5a9693 | fix(css): use relative length (em) | 2019-08-30 18:51:33 +01:00 | 
				
					
						|  curben | 73d7028e36 | refactor(css): remove duplicate color rules | 2019-08-30 18:46:41 +01:00 | 
				
					
						|  curben | 06c10c36d8 | style(css): ordering | 2019-08-30 18:31:30 +01:00 | 
				
					
						|  curben | 1e72e7db77 | refactor(css): remove unused rules | 2019-08-30 18:29:18 +01:00 | 
				
					
						|  curben | cf59e6df8b | fix(css): set codeblock margin consistent with img | 2019-08-30 18:28:42 +01:00 | 
				
					
						|  curben | 2abffc6977 | style(css): ordering | 2019-08-30 18:19:30 +01:00 | 
				
					
						|  curben | c8e9d0d0b4 | fix(css): remove unused css rules | 2019-08-30 18:16:03 +01:00 | 
				
					
						|  curben | 64b7c25ce7 | fix(css): use sanitize/typography font | 2019-08-30 18:13:02 +01:00 | 
				
					
						|  curben | 2cde665dbb | fix(css): remove top margin of <hr> outside of article - compatibility with Dark Reader | 2019-08-30 09:10:55 +01:00 | 
				
					
						|  curben | b6acf222e2 | feat(lazy_loading): remove loading-attribute-polyfill due to requirement of inline script * it requires 'unsafe-inline' for script-src policy | 2019-08-30 08:23:06 +01:00 | 
				
					
						|  curben | 1b29dac14b | fix(css): override input padding in sanitize/forms * conflict with padding-left of .searchBox | 2019-08-30 06:05:49 +01:00 | 
				
					
						|  curben | 9740be51ae | fix(css): Restrict sizing to the page width in all browsers * especially in mobile browsers | 2019-08-30 05:48:26 +01:00 | 
				
					
						|  curben | 156c10460a | fix(css): increase margin between .article-tag-list-item * also use relative length (em) | 2019-08-30 05:36:54 +01:00 | 
				
					
						|  curben | 9649e13b1d | fix(css): remove margin and padding for .article-meta | 2019-08-30 05:34:54 +01:00 | 
				
					
						|  curben | e4593d3f87 | fix(css): remove sanitize/page | 2019-08-30 04:04:07 +01:00 | 
				
					
						|  curben | baa5e896ad | style(sri-fallback): add credit | 2019-08-26 20:57:00 +09:30 | 
				
					
						|  curben | 65d463bc9d | feat(img): add image lazyloading * https://dev.to/yashints/native-lazy-loading-is-landed-in-chrome-2kli
* https://github.com/mfranzke/loading-attribute-polyfill | 2019-08-26 09:26:02 +09:30 | 
				
					
						|  curben | 910dde814f | feat: add sanitize.css (via postcss-normalize) and autoprefixer | 2019-08-26 00:39:10 +09:30 | 
				
					
						|  curben | 31d99f0dab | style(css): specify combinations of sanitize.css * rename back to typing.css | 2019-08-26 00:28:20 +09:30 | 
				
					
						|  curben | 82e79cf4c7 | chore(css): sanitize.css and autoprefixer | 2019-08-25 23:16:17 +09:30 | 
				
					
						|  curben | 0da12db2ab | refactor(css): remove browser prefix * To be added back using autoprefixer | 2019-08-25 22:30:44 +09:30 | 
				
					
						|  curben | bb7dd56322 | refactor(css): de-normalize to declutter * remove css rules found in normalize.css and typo.css
  - https://github.com/necolas/normalize.css
  - https://github.com/sofish/typo.css | 2019-08-25 22:14:21 +09:30 | 
				
					
						|  curben | 18f5c1d5d5 | refactor(css): remove unused property * added by https://github.com/sofish/typo.css | 2019-08-25 19:21:05 +09:30 | 
				
					
						|  curben | a75a36714b | fix(css): set maximum height of img element | 2019-08-25 17:24:05 +09:30 | 
				
					
						|  curben | a15d53f6f9 | refactor(cloudinary): remove unused loading.svg | 2019-08-25 17:19:09 +09:30 | 
				
					
						|  curben | 4baa40a641 | refactor: use native responsive image function * https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images
* https://cloudinary.com/blog/responsive_images_with_srcset_sizes_and_cloudinary
* https://www.html5rocks.com/en/tutorials/responsive/picture-element/
* https://alligator.io/html/picture-element/
* https://www.smashingmagazine.com/2014/05/responsive-images-done-right-guide-picture-srcset/ | 2019-08-25 16:07:58 +09:30 | 
				
					
						|  curben | 801392b35d | feat: RSS feed | 2019-08-12 20:32:22 +09:30 | 
				
					
						|  curben | 93a2494d0a | fix(svg): add credit | 2019-08-12 20:08:52 +09:30 | 
				
					
						|  curben | 8c01309128 | fix(css): improve appearance of links - remove underline when hover, makes hover more visible
- remove underline from link icon
- fill link icon with link's colour (inspired by MDN) | 2019-08-12 13:57:03 +09:30 | 
				
					
						|  curben | b573092e2f | fix(css): add padding between images | 2019-08-12 13:12:34 +09:30 | 
				
					
						|  curben | 2779d94d55 | refactor(css): remove unused property | 2019-08-12 13:09:51 +09:30 | 
				
					
						|  curben | bd7342314d | refactor: use 'sites' search parameter https://stackoverflow.com/a/7305734 | 2019-08-11 00:09:23 +09:30 | 
				
					
						|  curben | 5e40a69534 | feat: add a link button next to a heading inspired by MDN Web Docs
https://developer.mozilla.org/en-US/ | 2019-08-09 22:12:07 +09:30 | 
				
					
						|  curben | a5dbc691ee | fix: post.excerpt can be specified in post https://github.com/hexojs/hexo/pull/3612 | 2019-08-09 13:55:10 +09:30 | 
				
					
						|  curben | 17c823bfbd | feat(microformats): add hAtom class names * http://microformats.org/wiki/hatom | 2019-06-26 17:19:14 +09:30 | 
				
					
						|  curben | 2ae8f9b08e | fix(css): use sans-serif for content, serif for title * Based on Wikipedia style
* https://css-tricks.com/sans-serif/ | 2019-06-11 19:09:55 +09:30 | 
				
					
						|  curben | b99bcb4c26 | style: Add credit to loading.svg | 2019-06-10 18:23:17 +09:30 | 
				
					
						|  curben | a5d1791b14 | feat(search): replace gitlab search with duckduckgo todo: algolia | 2019-06-07 18:39:51 +09:30 | 
				
					
						|  curben | 7a3f86f5b7 | refactor(css): remove unused attribute | 2019-06-06 19:48:13 +09:30 | 
				
					
						|  curben | 513bd9f7e1 | fix(archive-page): bold title and decrease font-size of date * Replace px with em
* Remove unused class | 2019-06-06 19:24:20 +09:30 | 
				
					
						|  curben | cfd1b62843 | fix(css): smaller title and title's margin-bottom | 2019-06-05 13:37:47 +09:30 | 
				
					
						|  curben | ad7616ebab | fix(css): use ch to set max-width and padding https://jrl.ninja/etc/1/
https://secretgeek.github.io/html_wysiwyg/html.html
https://news.ycombinator.com/item?id=20100232
https://www.reddit.com/r/css/comments/bb73cw/58_bytes_of_css_to_look_great_nearly_everywhere/ekj8yhm/ | 2019-06-05 13:03:40 +09:30 |