mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
mermaid: remove runtime styles for print #577
This commit is contained in:
parent
3c0e4c0a12
commit
82ef4ff5c5
1 changed files with 3 additions and 1 deletions
|
@ -147,7 +147,9 @@ mark {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.mermaid > svg:hover {
|
.mermaid > svg:hover,
|
||||||
|
.mermaid > svg:active,
|
||||||
|
.mermaid > svg:focus {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
div.box > .box-content {
|
div.box > .box-content {
|
||||||
|
|
Loading…
Reference in a new issue