Files
RS4OSINT/docs/site_libs/quarto-diagram/mermaid.css
Ollie Ballinger 11b1ebbf15 rest of chapters
2022-12-07 11:24:56 +00:00

14 lines
281 B
CSS

.mermaidTooltip {
position: absolute;
text-align: center;
max-width: 200px;
padding: 2px;
font-family: "trebuchet ms", verdana, arial;
font-size: 12px;
background: #ffffde;
border: 1px solid #aaaa33;
border-radius: 2px;
pointer-events: none;
z-index: 1000;
}