Skip to content

How customize docs style #977

@jonathanbergson

Description

@jonathanbergson

I am using @nuxt/content-theme-docs to create a documentation. And I have a few questions.

  1. Isn't there a standard style for titles etc?
  2. How do I replace the rendering of the HTML elements?
  3. My css file is not loading, what could be happening?
// nuxt.config.js
import theme from '@nuxt/content-theme-docs'

export default theme({
  docs: {
    primaryColor: '#2980b9'
  },
  css: ['~/assets/css/main.css']
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions