excalidraw/examples/excalidraw/with-nextjs/src/common.scss

16 lines
187 B
SCSS

* {
box-sizing: border-box;
font-family: sans-serif;
}
a {
color: #1c7ed6;
font-size: 20px;
text-decoration: none;
font-weight: 550;
}
.page-title {
text-align: center;
}