Skip to content
onadrog edited this page Oct 12, 2021 · 1 revision

Modal

Theme

The bundle use this variables. If you already have a color schema or don't like this colors you can overwrite by replacing them with yours.

vars:

  • #181394"--imc-primary": #181394
  • #e3c456"--imc-secondary": #e3c456
  • #f8f8f8"--imc-bg": #f8f8f8
  • "--imc-bradius": 5px

example:

:root {
  --imc-primary: #2196f3;
}
Clone this wiki locally