d2/d2cli/static/watch.css

10 lines
206 B
CSS
Raw Normal View History

#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;
}