summaryrefslogtreecommitdiff
path: root/_sass/yat
AgeCommit message (Collapse)Author
2021-07-25fix: overflow and wrap of post tags in paginationjeffreytse
2021-07-22fix: overflow wrap and word break of post excerptjeffreytse
2021-06-29feat: support copyright placeholders/variables (#46)Yuchen Zhang
* feat: re-format copyright message and auto increase current year * docs: add comment for copyright setting This comment is crucial, especially for newcomers. * refactor: better liquid code format Co-authored-by: jeffreytse <jeffreytse.mail@gmail.com>
2021-06-28feat: ensure text remains visible during webfont loadjeffreytse
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-26feat: support video bannerjeffreytse
2021-06-23feat: better banner title and subtitlejeffreytse
Adjust the margin and font weight of banner title and sub title
2021-06-20feat: better banner subtitle font size on mobilejeffreytse
2021-06-18feat: better title font size on mobilejeffreytse
2021-06-17feat: better default banner opacity on dark modejeffreytse
2021-06-17feat: add img tag of banner for SEOjeffreytse
2021-05-26perf: better pagination stylesjeffreytse
Change the title color, font size and margin.
2021-05-19fix: 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-19chore: revise the css style of footer innerjeffreytse
2021-05-17fix: 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-09chore: better blockquote style for dark modejeffreytse
2021-01-08refactor: migrate code highlight to an extensionjeffreytse
2021-01-05fix: the dark mode of menu bar not appearing (#18)jeffreytse
2020-12-09perf: better table overflow stylesjeffreytse
2020-12-04fix: wrong display of code type badge in firefox (#11)jeffreytse
2020-12-04fix: post content and tags overflow issuejeffreytse
2020-11-29feat: better inline code stylejeffreytse
2020-10-19perfect: better post nav style of article pagejeffreytse
2020-10-14chore: better table color stylejeffreytse
2020-10-03feat: add night mode (#4)jeffreytse
2020-10-03perfect: better style stuffsjeffreytse
2020-09-29perfect: better word-break (#3)jeffreytse
2020-09-22fix: word-break of post content (#3)jeffreytse
2020-09-17fix: wrong banner text padding on palm devicejeffreytse
2020-09-17feat: centering svg imagesjeffreytse
2020-09-14fix: wrong word-break in post contentjeffreytse
2020-09-10chore: clean some empty linesjeffreytse
2020-08-27chore: change inline code block background colorjeffreytse
2020-08-25chore: change hover style of post tagsjeffreytse
2020-08-24feat: add padding for post comments blockjeffreytse
2020-08-24chore: change a link css style on hover statejeffreytse
2020-08-18chore: change color of visited a linkjeffreytse
2020-07-16feat: add some transitionsjeffreytse
2020-07-16feat: add left vsplit persudo classjeffreytse
2020-07-16chore: beautify code style of rouge tablejeffreytse
2020-07-15fix: html code block presentation style issuejeffreytse
2020-07-15fix: paginator confusion caused by google translatejeffreytse
2020-07-15fix: header no margin issuejeffreytse
2020-07-12fix: site header padding issuejeffreytse
2020-07-12chore: change some test postsjeffreytse
2020-07-12feat: change theme stylesjeffreytse
2020-07-10feat: use highlightjs as highlighterjeffreytse
2019-12-05fix: correct some html tags, css propertiesjeffreytse
2019-09-25fix: sticky compatibility issueJeffrey Tse
2019-09-24update: perfect animation, compatibility issueJeffrey Tse
2019-09-20update: adjust header and bannerJeffrey Tse