lodc2022-culture-art/assets/_custom.scss

29 lines
360 B
SCSS
Raw Normal View History

2022-09-05 01:27:41 +09:00
body {
2022-09-07 02:06:09 +09:00
font-family: 'Noto Sans JP', sans-serif;
}
aside {
2022-09-05 03:52:33 +09:00
overflow-wrap: break-word;
word-break: keep-all;
2022-09-05 01:27:41 +09:00
}
2022-09-05 03:52:33 +09:00
code, .CodeMirror * {
font-family: 'M PLUS 1 Code', monospace;
font-weight: 500;
}
.book-btn {
font-weight: bold;
}
2022-09-05 01:27:41 +09:00
.book-page {
display: flex;
flex-flow: column;
min-height: 100vh;
}
article {
flex: 1;
2022-09-05 21:46:32 +09:00
}
@import "./_syntax";