summaryrefslogtreecommitdiff
path: root/_sass/yat/_dark.scss
AgeCommit message (Collapse)Author
2023-08-23feat: support to pin articles (#50)Jeffrey Tse
This feature can allow you to top articles via post front meta property `top`, the value is a number, the smaller the number is, the higher priority the article has. Example: ``` title: My Article top: <number> ```
2023-08-03perf: better css stylesJeffrey Tse
2022-09-01feat: remove h2 bottom line in dark modeJeffrey Tse
2022-07-27feat: better post header bottom line in dark modeJeffrey Tse
2022-07-27fix: transparent background of emoji imageJeffrey Tse
2021-06-17feat: better default banner opacity on dark modejeffreytse
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-02-09chore: better blockquote style for dark modejeffreytse
2021-01-05fix: the dark mode of menu bar not appearing (#18)jeffreytse
2020-11-29feat: better inline code stylejeffreytse
2020-10-14chore: better table color stylejeffreytse
2020-10-03feat: add night mode (#4)jeffreytse