Files
mermaid-live-editor/docs/styles.css
T
Knut SveidqvistandGitHub b6ddc94c2c Merge pull request #29 from vantoan8x/patch-1
Missing tooltip for chart shape when hover, it show out of screen due…
2020-08-09 13:31:26 +02:00

44 lines
573 B
CSS

html {
padding: 0;
width: 100%;
height: 100%;
}
body {
padding: 32px;
font-family: 'trebuchet ms', verdana, arial;
position: relative;
width: 100%;
height: 100%;
box-sizing: border-box;
margin: 0;
}
/* @media (prefers-color-scheme: dark) {
body {
background-color: #3f3f3f;
color: #c8c8c8;
}
a, label {
color: #d8d8d8;
}
} */
.mermaid {
/* font-family: 'trebuchet ms', verdana, arial; */
}
.marketing-links {
font-size: 16px;
}
.ant-card {
margin-bottom: 16px;
}
i {
font-size: 10px !important;
}
.mermaidTooltip {
position: absolute;
}