mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
15 lines
187 B
SCSS
15 lines
187 B
SCSS
* {
|
|
box-sizing: border-box;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: #1c7ed6;
|
|
font-size: 20px;
|
|
text-decoration: none;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.page-title {
|
|
text-align: center;
|
|
}
|