summaryrefslogtreecommitdiff
path: root/_sass/yat/_base.scss
AgeCommit message (Collapse)Author
2023-08-08feat: custom selection style support (#119)Jeffrey Tse
2023-08-03perf: better css stylesJeffrey Tse
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-01-08refactor: migrate code highlight to an extensionjeffreytse
2020-12-09perf: better table overflow stylesjeffreytse
2020-12-04fix: wrong display of code type badge in firefox (#11)jeffreytse
2020-11-29feat: better inline code stylejeffreytse
2020-10-03perfect: better style stuffsjeffreytse
2020-09-10chore: clean some empty linesjeffreytse
2020-08-27chore: change inline code block background colorjeffreytse
2020-08-24chore: change a link css style on hover statejeffreytse
2020-08-18chore: change color of visited a linkjeffreytse
2020-07-16chore: beautify code style of rouge tablejeffreytse
2020-07-15fix: html code block presentation style issuejeffreytse
2020-07-12feat: change theme stylesjeffreytse
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-19update: adjust header brand favicon, banner, etcJeffrey Tse
2019-09-11release: v1.0.0Jeffrey Tse