Files
granblue-party/node_modules/dom-to-image-more/spec/resources/svg-styles/style.css
2026-04-13 07:15:44 +00:00

13 lines
191 B
CSS

#dom-node {
color: #000000;
height: 100px;
width: 200px;
background-color: lightgrey;
text-align: center;
padding: 1em;
}
a[href='#dom-node'] {
color: #000000;
}