mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
fix: admonition color error
This commit is contained in:
parent
de388f6d83
commit
8bc00a1957
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{% elif type == "question" %} {% set admonition_bg = "rgba(100, 221, 23, 0.1)" %}<!---->
|
||||
{% elif type == "warning" %} {% set admonition_bg = "rgba(255, 145, 0, 0.1)" %}<!---->
|
||||
{% elif type == "failure" %} {% set admonition_bg = "rgba(255, 82, 82, 0.1)" %}<!---->
|
||||
{% elif type == "danger" %} {% set admonition_bg = "rgba(68, 138, 255, 0.1)" %}<!---->
|
||||
{% elif type == "danger" %} {% set admonition_bg = "rgba(255, 23, 68, 0.1)" %}<!---->
|
||||
{% elif type == "bug" %} {% set admonition_bg = "rgba(255, 23, 68, 0.1)" %}<!---->
|
||||
{% elif type == "example" %} {% set admonition_bg = "rgba(101, 31, 255, 0.1)" %}<!---->
|
||||
{% elif type == "quote" %} {% set admonition_bg = "rgba(159, 159, 159, 0.1)" %}<!---->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue