Commit Graph

25 Commits

Author SHA1 Message Date
Nuno C. c7f6955e80 Merge pull request #2682 from ZhenShuo2021/fix/tailwind
🔧 Chore: correct Tailwind
2026-01-01 23:25:23 +00:00
ZhenShuo Leo 85a781a998 fix: make bold text inherit parent color
For example, given the following HTML:

<p class="text-primary-500"><strong>Hello</strong> world</p>

The rendered result shows `Hello` in the neutral color, while `world` is rendered in the primary color.

This change applies `color: inherit` to bold text so that both uses the primary color.
2025-12-31 17:42:29 +08:00
ZhenShuo Leo b0c5cd70da fix: correct CSS build
Fix because Tailwind scans the entire project

https://tailwindcss.com/docs/detecting-classes-in-source-files#which-files-are-scanned
2025-12-27 14:16:08 +08:00
ZhenShuo Leo 2d3642c62b style: improve hr contrast 2025-11-30 11:00:10 +08:00
ZhenShuo Leo 960681efaf style: improve blockquote contrast 2025-11-30 11:00:10 +08:00
ZhenShuo Leo f29e515147 style: improve code contrast 2025-11-30 11:00:10 +08:00
ZhenShuo Leo 4550723e94 fix: carousel CSS build path (#1545) 2025-10-11 15:19:36 +08:00
ZhenShuo Leo ccc7fc8a98 feat(tailwind): enable default colors 2025-08-22 04:15:44 +08:00
Nuno Coração f2e224a042 pretty run 2025-06-17 23:17:26 +01:00
Nuno Coração 0efede2f1d fix https://github.com/nunocoracao/blowfish/issues/1474 2024-06-10 12:07:42 +01:00
Nuno Coração 8409353223 🐛 Tailwind Colors are not updating with colorScheme 2024-03-12 19:03:25 +00:00
Nuno Coração fd356e8c1b fixed tw-elements breaking changes 2024-03-06 23:12:52 +00:00
Nuno Coração f8b90ea3ba 🐛 Links become white on hover in light theme 2023-05-08 22:24:36 +01:00
Nuno Coração 096fa3e919 fixed 🎨 List hover styling too bright 2023-04-22 12:54:31 +01:00
Nuno Coração ea6b8c947e 🐛 Color Schema fix 2023-03-15 12:55:27 +00:00
Nuno Coração 775603d8ea 🐛 fixed mark css 2023-03-10 13:25:02 +00:00
Nuno Coração f4222b83a2 rewrote carousel 2023-01-17 22:36:56 +00:00
Nuno Coração a194975889 Page indicator in navigation bar 2023-01-14 23:50:34 +00:00
Nuno Coração 62dbfc51c5 Progress Indicator in TOC 2023-01-14 23:05:10 +00:00
Nuno Coração 4d16c10f6b 💄 improve to codeblocks 2023-01-05 21:30:49 +00:00
Nuno Coração a17139e1dd final polish and version bump 2023-01-05 20:45:47 +00:00
Nuno Coração 8a91f00435 💄 remove wrapping from code and blockquotes and added background color to code 2023-01-05 18:41:10 +00:00
Nuno Coração 1f872a7425 corrected responsive articles issue 2022-09-11 19:27:04 +01:00
Nuno Coração 929d1ab5e7 changing header 2022-09-10 22:58:50 +01:00
Nuno Coração 8fbdecb6e7 initial commit 2022-09-10 20:05:37 +01:00