mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
feat: re-render mermaid when theme changed
This commit is contained in:
parent
44acba4041
commit
be0ec891a0
4 changed files with 39 additions and 6 deletions
|
|
@ -1459,9 +1459,8 @@ body {
|
|||
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-white {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
||||
.bg-inherit {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.bg-white\/50 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue