Skip to content

[Question] Change props of a specific theme #479

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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