Commit Graph

96 Commits

Author SHA1 Message Date
curben bdef12bcb6
fix(css): remove unnecessary rules 2019-09-06 14:07:22 +01:00
curben 479c75c536
fix(css): longer .home <hr> 2019-09-06 14:06:26 +01:00
curben 259ca5040d
fix(css): do not override a:hover colour 2019-09-06 14:04:29 +01:00
curben 4e27e35029
fix(css): thinner <hr> 2019-09-06 13:56:26 +01:00
curben e43e5e751a
fix(css): article-nav-link colour 2019-09-06 13:53:35 +01:00
curben 5eec3c9d84
fix(css): tag page <hr> 2019-09-06 13:47:12 +01:00
curben d9636bd2fd
fix(css): page navigation apperance
- partially revert 7ac3b846c1
2019-09-06 13:34:56 +01:00
curben 0426c53a77
fix(css): <hr> appearance
- partially revert 9ace0ace5f
2019-09-06 13:32:26 +01:00
curben 7ac3b846c1
fix(css): archive page-nav color to have more contrast 2019-09-06 11:04:05 +01:00
curben 9ace0ace5f
refactor(css): remove unused rules 2019-09-06 10:53:34 +01:00
curben 135aa1a7b3
fix(css): codeblock background
- also fix compatibility with Dark Reader regarding height rule
  - https://stackoverflow.com/a/6654996
2019-09-06 10:47:49 +01:00
curben 586adc63cd
feat(css): add prefers-color-scheme
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme
2019-09-06 07:20:55 +01:00
curben 9d72e9b0d8
fix(css): remove dark class 2019-09-04 06:57:03 +01:00
curben 8f2c3037cf fix(css): underline link icon when hover 2019-09-04 06:39:39 +01:00
curben 6576e6953a
refactor(css): remove duplicates 2019-09-04 06:29:54 +01:00
curben 19940eebcb
refactor(css): background-color to background 2019-09-04 06:26:24 +01:00
curben 32a76d0f6d
refactor(css): remove unused rule 2019-09-04 06:25:07 +01:00
curben 82470cb0e3
fix(css): page height should be max 2019-09-03 18:16:29 +01:00
curben 43fa5cd8c4
fix(css): fix italic <em> color
- Dark Reader
2019-09-03 18:03:23 +01:00
curben ef5678015e
fix(css): bold font color
- compatibility with Dark Reader
2019-09-03 17:58:46 +01:00
curben 6f4c24155c
fix(css): codeblock font color
- compatibility with Dark Reader
2019-09-03 17:56:31 +01:00
curben c35ebb1516
fix(css): override sanitize.css cursor rule 2019-09-03 17:53:42 +01:00
curben aabd85edb8
fix(css): link font color should be consistent with text 2019-09-03 17:49:14 +01:00
curben aad3d15fbb
fix(css): override link font colour in archive page 2019-09-03 17:15:37 +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 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 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 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 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