2023-02-25 03:31:28 +00:00
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#d2-svg-container > svg {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-30 10:34:25 +00:00
|
|
|
#d2-err {
|
2022-11-03 13:54:49 +00:00
|
|
|
/* This style was copied from Chrome's svg parser error style. */
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
border: 2px solid #c77;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
margin: 15px;
|
|
|
|
|
background-color: #fdd;
|
|
|
|
|
color: black;
|
|
|
|
|
}
|