mermaid: remove runtime styles for print #577

This commit is contained in:
Sören Weber 2023-06-28 23:43:20 +02:00
parent 3c0e4c0a12
commit 82ef4ff5c5
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -147,7 +147,9 @@ mark {
background: inherit;
color: inherit;
}
.mermaid > svg:hover {
.mermaid > svg:hover,
.mermaid > svg:active,
.mermaid > svg:focus {
border-color: transparent;
}
div.box > .box-content {