Skip to content

[Question] Change props of a specific theme #479

@renzhamin

Description

@renzhamin

How to change properties like body-background-color for only the dark theme ( without modifying base theme )
I tried putting scss file like this in assets/scss/custom.scss

$dark: (
   body-background-color : #000A2E
);

But it has no effect

Naturally one other question comes to mind - how to use my own theme ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions