You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
703 B
8 lines
703 B
The Callout is simply a way to focus the user on a piece of text they should see. There's different levels of callout you can use:
|
|
|
|
* `class="alert"` -- An alert style you can use to tell of impending doom. Change the variable `--red` or `--color-error` in the CSS to change it's color from the default monochrome.
|
|
* `class="success"` -- For success messages. Change `--color-good` or `--green` to change it in the CSS.
|
|
* `class="warning"` -- For warning messages. Change `--color-warning` or `--orange`.
|
|
* `class="info"` -- For info messages. Change `--color-info` or `--yellow`.
|
|
|
|
When I say "change color" I mean go into the file `static/monochrome.css` or `static/color.css` to change how it looks.
|
|
|