Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | feat: ensure text remains visible during webfont load | jeffreytse | |
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-26 | feat: support video banner | jeffreytse | |
2021-06-23 | feat: better banner title and subtitle | jeffreytse | |
Adjust the margin and font weight of banner title and sub title | |||
2021-06-20 | feat: better banner subtitle font size on mobile | jeffreytse | |
2021-06-18 | feat: better title font size on mobile | jeffreytse | |
2021-06-17 | feat: better default banner opacity on dark mode | jeffreytse | |
2021-06-17 | feat: add img tag of banner for SEO | jeffreytse | |
2021-05-26 | feat: support to customize the brand color | jeffreytse | |
2021-05-26 | feat: update default font family | jeffreytse | |
2021-05-26 | perf: better pagination styles | jeffreytse | |
Change the title color, font size and margin. | |||
2021-05-19 | fix: text color of header on mobile (#38) | jeffreytse | |
When the dark mode is on and on the mobile, the header text color is also dark, we should change it to light color for the contrast. | |||
2021-05-19 | chore: revise the css style of footer inner | jeffreytse | |
2021-05-17 | fix: footer/menu popup colours (#33) | misstickles | |
* Fix footer/menu popup colours * fix: correct the footer background colour When the body content is less, the footer background colour should be transparent. Co-authored-by: JT <jeffreytse.mail@gmail.com> | |||
2021-02-24 | perf: better gitment style in dark mode | jeffreytse | |
2021-02-09 | chore: better blockquote style for dark mode | jeffreytse | |
2021-01-08 | refactor: migrate code highlight to an extension | jeffreytse | |
2021-01-05 | fix: the dark mode of menu bar not appearing (#18) | jeffreytse | |
2020-12-31 | perf: better gitment css styles | jeffreytse | |
2020-12-09 | perf: better table overflow styles | jeffreytse | |
2020-12-09 | chore: better transition to dark mode toggle | jeffreytse | |
2020-12-04 | fix: wrong display of code type badge in firefox (#11) | jeffreytse | |
2020-12-04 | fix: post content and tags overflow issue | jeffreytse | |
2020-11-29 | feat: better inline code style | jeffreytse | |
2020-11-29 | feat: better default text color in light mode | jeffreytse | |
2020-10-19 | perfect: better post nav style of article page | jeffreytse | |
2020-10-19 | perfect: made theme toggle dynamic size (#9) | Rong Rong | |
* Made theme toggle dynamic size theme toggle now will break if font size is not default 14px * fix: made theme toggle dynamic size better Co-authored-by: JT <jeffreytse.mail@gmail.com> | |||
2020-10-14 | chore: better table color style | jeffreytse | |
2020-10-03 | feat: add night mode (#4) | jeffreytse | |
2020-10-03 | perfect: better style stuffs | jeffreytse | |
2020-09-29 | perfect: better word-break (#3) | jeffreytse | |
2020-09-22 | fix: word-break of post content (#3) | jeffreytse | |
2020-09-17 | fix: wrong banner text padding on palm device | jeffreytse | |
2020-09-17 | feat: centering svg images | jeffreytse | |
2020-09-14 | fix: wrong word-break in post content | jeffreytse | |
2020-09-10 | chore: clean some empty lines | jeffreytse | |
2020-08-31 | chore: revise css style of article menu | jeffreytse | |
2020-08-27 | chore: change inline code block background color | jeffreytse | |
2020-08-25 | chore: change hover style of post tags | jeffreytse | |
2020-08-24 | feat: add padding for post comments block | jeffreytse | |
2020-08-24 | chore: change a link css style on hover state | jeffreytse | |
2020-08-18 | chore: change color of visited a link | jeffreytse | |
2020-07-16 | feat: add some transitions | jeffreytse | |
2020-07-16 | feat: add left vsplit persudo class | jeffreytse | |
2020-07-16 | chore: beautify code style of rouge table | jeffreytse | |
2020-07-15 | fix: html code block presentation style issue | jeffreytse | |
2020-07-15 | fix: paginator confusion caused by google translate | jeffreytse | |
2020-07-15 | fix: header no margin issue | jeffreytse | |
2020-07-12 | chore: change language dropdown box shadow | jeffreytse | |
2020-07-12 | fix: site header padding issue | jeffreytse | |
2020-07-12 | chore: change some test posts | jeffreytse | |