site-library/packages/imagetools/demo/src/styles/index.css
2025-03-12 18:53:16 +01:00

20 lines
216 B
CSS

main {
padding: 1.5rem;
background-color: black;
color: white;
}
code::before {
content: "`";
}
code::after {
content: "`";
}
.view-source {
position: fixed;
top: 0;
right: 0;
}