Merge branch 'main' into feature/bots

This commit is contained in:
Jason Song
2022-12-26 10:30:37 +08:00
47 changed files with 165 additions and 98 deletions

View File

@ -1,4 +1,5 @@
.markup .code-block {
.markup .code-block,
.markup .mermaid-block {
position: relative;
}
@ -26,7 +27,8 @@
background: var(--color-secondary-dark-1) !important;
}
.markup .code-block:hover .code-copy {
.markup .code-block:hover .code-copy,
.markup .mermaid-block:hover .code-copy {
visibility: visible;
animation: fadein .2s both;
}