d2/static/watch.css
2022-11-30 21:16:02 -08:00

9 lines
206 B
CSS

#d2-err {
/* 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;
}