L4Ph
8448e90ee5
Refactor styles and remove Tailwind configuration
...
- Deleted postcss.config.mjs as it is no longer needed.
- Updated Layout.astro to reference main.css instead of using @tailwind components.
- Modified expressive-code.css to include a reference to Tailwind CSS.
- Reworked main.css to use @import for Tailwind and added custom variants and utilities.
- Updated markdown.css to reference main.css and adjusted anchor styles.
- Enhanced photoswipe.css and scrollbar.css with Tailwind references and applied important modifiers.
- Updated transition.css to include Tailwind reference.
- Removed tailwind.config.cjs as part of the cleanup.
2025-07-27 14:00:00 +09:00
Saica
ee48c2f09d
feat: introduce Expressive Code for code block rendering ( #476 )
...
* feat: improve code block feature with Expressive Code
* docs: add example Markdown file for visual review
* feat: improve styles of Expressive Code
* fix: errors from the merging
* chore: formatting
* chore: update config
* chore: update dependencies
* fix: fix build error
* fix: minor fixes
* fix: style tweaks
* docs: update example post
* fix: isolate copy button timeouts to avoid cross-button interference
---------
Co-authored-by: Hasenpfote <Hasenpfote36@gmail.com >
2025-06-03 22:41:36 +08:00
Hasenpfote
cb6f97fc49
fix: resolve katex-display scrollbar issues ( #326 )
...
Code quality / quality (push) Failing after 3s
Build and Check / Astro Check for Node.js 22 (push) Failing after 4s
Build and Check / Astro Check for Node.js 23 (push) Failing after 4s
Build and Check / Astro Build for Node.js 22 (push) Failing after 4s
Build and Check / Astro Build for Node.js 23 (push) Failing after 4s
* fix: resolve katex-display scrollbar issues
* style: add katex display container styles for better responsiveness
* fix: enhance katex display handling with scrollable containers and intersection observer
---------
Co-authored-by: L4Ph <4ranci0ne@gmail.com >
2025-05-18 12:26:59 +09:00
Katsuyuki Karasawa
0fe29c7aae
fix: enhance link styling on hover and active states ( #413 )
Code quality / quality (push) Failing after 5s
Build and Check / Astro Check for Node.js 22 (push) Failing after 4s
Build and Check / Astro Check for Node.js 23 (push) Failing after 4s
Build and Check / Astro Build for Node.js 22 (push) Failing after 4s
Build and Check / Astro Build for Node.js 23 (push) Failing after 5s
2025-04-22 23:25:58 +09:00
saicaca
079abbc965
refactor: css cleanup and style tweaks
2024-12-02 16:02:39 +08:00