Commit graph

18 commits

Author SHA1 Message Date
jeffreytse 5c4c473b88 feat: ensure text remains visible during webfont load
The easiest way to avoid showing invisible text while custom fonts
load is to temporarily show a system font. By including
`font-display: swap` in your font style. It's worth mentioning that
not all major browsers support font-display: swap, so you may need
to do a bit more work to fix the invisible text problem.
2021-06-28 17:31:53 +08:00
jeffreytse c896442fcf refactor: migrate code highlight to an extension 2021-01-08 12:04:25 +08:00
jeffreytse 523211a98f perf: better table overflow styles 2020-12-09 12:19:09 +08:00
jeffreytse 23a8b89415 fix: wrong display of code type badge in firefox (#11) 2020-12-04 19:19:22 +08:00
jeffreytse 6e023282c5 feat: better inline code style 2020-11-29 15:42:49 +08:00
jeffreytse a1b848bb55 perfect: better style stuffs 2020-10-03 10:39:18 +08:00
jeffreytse 30ef4d84d0 chore: clean some empty lines 2020-09-10 13:13:04 +08:00
jeffreytse 816980cf76 chore: change inline code block background color 2020-08-27 12:42:35 +08:00
jeffreytse 83eac8261e chore: change a link css style on hover state 2020-08-24 11:12:24 +08:00
jeffreytse b79efd805e chore: change color of visited a link 2020-08-18 14:03:00 +08:00
jeffreytse d45f20b404 chore: beautify code style of rouge table 2020-07-16 10:36:48 +08:00
jeffreytse 9a76b450ac fix: html code block presentation style issue 2020-07-15 18:24:52 +08:00
jeffreytse 413f0997d9 feat: change theme styles 2020-07-12 16:23:23 +08:00
jeffreytse e80f1b5c8a fix: correct some html tags, css properties 2019-12-05 19:09:26 +08:00
Jeffrey Tse aea2f30ffe fix: sticky compatibility issue 2019-09-25 09:43:10 +08:00
Jeffrey Tse cda49e0301 update: perfect animation, compatibility issue 2019-09-24 14:10:57 +08:00
Jeffrey Tse fc7e421ae2 update: adjust header brand favicon, banner, etc 2019-09-19 14:14:23 +08:00
Jeffrey Tse 61eae5c5f9 release: v1.0.0 2019-09-11 12:21:17 +08:00