Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/formats/html/mermaid/mermaid.css
12923 views
1
.mermaidTooltip {
2
position: absolute;
3
text-align: center;
4
max-width: 200px;
5
padding: 2px;
6
font-family: "trebuchet ms", verdana, arial;
7
font-size: 12px;
8
background: #ffffde;
9
border: 1px solid #aaaa33;
10
border-radius: 2px;
11
pointer-events: none;
12
z-index: 1000;
13
}
14
15