1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

60 Commits

Author SHA1 Message Date
c8bc7d3438
feat(colors): rename $border-rev to $border-table 2023-03-08 18:45:18 +08:00
5fcbb64413
fix(figure): use correct color for figcaption 2023-03-07 22:28:53 +08:00
0af430670a
style(comments): add comments to describe light/dark modes 2023-03-07 22:26:09 +08:00
47e16ecde7
fix(colors): solve deprecated grammars 2023-03-07 22:25:07 +08:00
bf04be0379
feat(quote): apply opacity: .75; instead of .8 on quotes 2023-03-07 22:22:48 +08:00
b43013e33e
feat(table): use more flexible selector for thead and tbody 2023-03-07 22:18:31 +08:00
0f50a7c98d
fix(media): remove hardcoded pixel height and width 2023-03-07 22:09:11 +08:00
f4d95387c3
style: run Stylelint to fix lint problems 2023-03-07 22:07:28 +08:00
42967ea775
feat(link): improve user experience with links 2023-03-07 22:04:15 +08:00
b4d1423d37
feat(colors): update default color palette 2023-03-07 21:59:39 +08:00
21de988cb9
feat(colors)!: rewrite color variables logic 2023-03-07 21:18:13 +08:00
ff23b42eec
feat(title): improve .header-anchor display effect 2023-03-07 19:47:52 +08:00
32be4bf51a
refactor: use @forward instead of @use in _all.scss 2023-03-07 18:57:50 +08:00
ce94858f01
feat(code): add specify styles for code blocks 2023-03-07 18:56:37 +08:00
6c0c7e7624
fix(code): remove Shiki integration 2023-03-07 18:38:01 +08:00
e9264bfa01
chore(lint): use @kuohuanhuan/stylelint-config as Stylelint config 2023-03-06 22:07:19 +08:00
2e99e64a3e
refactor(colors)!: rename $link-border to $a-border 2023-03-05 18:15:14 +08:00
ee89b96068
fix(code)!: respect shiki themes 2023-03-05 17:43:16 +08:00
63a6fc2072
refactor!: deprecate .prose class and lint 2023-03-05 17:39:51 +08:00
2b9619f2e2
refactor: migrate to modern module system 2023-03-05 15:00:12 +08:00
2cb60cc6c4
fix(markdown): remove invalid .highlight class 2023-03-05 13:55:52 +08:00
95a1576179
feat(fonts): add Sarasa Gothic to monospace font fallback 2023-03-04 19:13:56 +08:00
a365317c85
refactor(fonts)!: add font-code to let managing code fonts more flexible 2023-03-04 17:19:15 +08:00
213ea5f44f
refactor(vars): create modes directory 2023-03-04 16:53:06 +08:00
5ee77990a6
refactor(vars): organize variables 2023-03-04 16:49:47 +08:00
59745590c2
fix(vars): fix deprecated color expression in Sass 2023-03-04 16:46:29 +08:00
17631306a8
feat(vars)!: rename variable $general to $regular 2023-03-04 16:36:56 +08:00
648738b890
refactor(markdown): split margin to margin-top and margin-bottom 2023-03-03 19:13:28 +08:00
7dc2238fdf
feat(markdown): apply different opacities for .header-anchor 2023-03-03 19:10:15 +08:00
8da53d8cde
style(markdown): improve selectors 2023-03-02 21:18:14 +08:00
29b45f6a7f
style(vars): rename $blockquote-border to $quote-border 2023-03-02 20:25:23 +08:00
d69a4ea949
refactor: rename directory partial to partials 2023-03-02 20:18:45 +08:00
782b6f24e2
feat: separate $font-display for more user customization 2023-03-02 20:11:32 +08:00
f967cc6bad
style: unite and reorder CSS rules 2023-03-02 20:05:26 +08:00
32058aa5d3
feat(markdown): apply styles to q element 2023-03-02 19:43:02 +08:00
02d03e7633
refactor: rename dirs and files in a more meaningful way 2023-03-02 19:42:04 +08:00
7ab2bd67ea
refactor(markdown): fix duplicate selector rules 2023-03-02 00:27:50 +08:00
a307ac8851
fix(font): rename font constants 2023-03-02 00:25:02 +08:00
e13c83de24
fix(code): fix duplicate selector rules 2023-03-02 00:09:17 +08:00
941e73a889
fix(code): fix incorrect font-family value 2023-03-01 20:28:10 +08:00
e2aeb767cd
fix(blockquote): fix incorrect border configuration 2023-03-01 20:22:34 +08:00
2aa806938e
BREAKING CHANGE: normalize number values 2023-03-01 20:12:33 +08:00
ebac47e0d7
refactor(prose): use _partial/all to replace a lot of components 2023-03-01 20:03:44 +08:00
61079f3627
refactor(colors): use value 0 instead of 0% 2023-03-01 19:51:29 +08:00
e9c955a8f1
BREAKING CHANGE: deprecate .markdown-body used as .prose 2023-03-01 19:51:17 +08:00
3db644fa05
fix(typo): fix wrong CSS variable name 2023-03-01 19:50:23 +08:00
5fc2c0a068
refactor(container): use @extend to import container 2023-03-01 00:47:59 +08:00
61b7e4ef05
refactor(media): minify selector rules 2023-02-28 23:27:55 +08:00
d95065f5d2
refactor(_partial): sepreate SCSS files into several partials 2023-02-28 23:14:32 +08:00
de50484e3b
fix(prose): switch to a flexible max-width value 2023-02-28 22:40:50 +08:00