Files
mermaid/cypress/platform/e2e.html
Sidharth Vinod 2a7dc427ae Use ci snapshots
2022-12-08 14:13:25 +05:30

17 lines
316 B
HTML

<html>
<head>
<meta charset="utf-8" />
<script src="./viewer.js" type="module"></script>
<style>
svg {
border: 2px solid darkred;
}
.exClass2 > rect,
.exClass {
fill: greenyellow !important;
}
</style>
</head>
<body></body>
</html>