docusaurus-zudo-styles-develop

Replace Docusaurus assets/custom.css with a zudo theme using Noto Sans JP and an orange oklch palette.

11|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Takazudo/claude-resources --skill docusaurus-zudo-styles-develop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docusaurus-zudo-styles-develop
Source: https://github.com/Takazudo/claude-resources/tree/main/skills/docusaurus-zudo-styles-develop
Command: npx skills add https://github.com/Takazudo/claude-resources --skill docusaurus-zudo-styles-develop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill consolidates Docusaurus styling by applying a complete zudo-style system with Noto Sans JP font and an orange oklch color palette, delivering improved typography, sidebar styling, and responsive layout for Docusaurus sites.

Core Features & Use Cases

  • Replaces the default custom.css with a polished stylesheet that upgrades fonts, colors, typography, content width, and sidebar separators.
  • Supports new projects and existing sites by guiding root detection, CSS replacement, and config verification to reference the new CSS.
  • Use cases include setting up a new Docusaurus project with zudo styles, applying commands like "apply zudo styles" or "zudo css", and ensuring light/dark mode palettes align with branding.

Quick Start

Replace the root assets/custom.css in your Docusaurus project with the provided stylesheet and ensure the config references it; then run the dev server to verify fonts, colors, and layout.

Frequently Asked Questions about docusaurus-zudo-styles-develop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply custom CSS styling to a Docusaurus site?

To apply custom CSS styling to a Docusaurus site, replace the default `assets/custom.css` file with a custom stylesheet and update `docusaurus.config` to reference it. This swaps fonts, colors, and layout for a branded look.

Can I use Noto Sans JP and oklch colors in Docusaurus?

Yes, you can use Noto Sans JP and oklch colors in Docusaurus by replacing the default custom CSS with a stylesheet that defines these properties. This ensures responsive typography and branded palettes across light and dark modes.

What is the best way to set up dark mode styling in Docusaurus?

The best way to set up dark mode styling in Docusaurus is replacing the default custom CSS with a comprehensive stylesheet that defines light and dark mode palettes using oklch colors, ensuring alignment with your branding across both themes.

Does this Docusaurus CSS styling work on existing sites or only new projects?

This Docusaurus CSS styling works on both existing sites and new projects. It guides root detection, CSS file replacement, and configuration verification to ensure the custom stylesheet is properly referenced and applied.

How do I customize the sidebar and navbar layout in Docusaurus?

To customize the sidebar and navbar layout in Docusaurus, replace the default custom CSS with a polished stylesheet that upgrades sidebar separators, refines navigation styling, and adjusts content width for a responsive layout.

Why are my Docusaurus custom fonts not loading after changing the CSS?

Docusaurus custom fonts may not load after changing the CSS if `docusaurus.config` does not properly reference the updated `custom.css` file. Verify the configuration path and restart the dev server to apply the new font and color styles.