61 lines
857 B
CSS
61 lines
857 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;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'codicon';
|
|
src: url('codicon.ttf') format('truetype');
|
|
}
|
|
|
|
.myInlineDecoration {
|
|
/* cursor: pointer; */
|
|
/* text-decoration: underline; */
|
|
font-weight: bold;
|
|
font-style: oblique;
|
|
background: #ffcccc;
|
|
}
|
|
|
|
#dgraph-div {
|
|
display: none;
|
|
}
|