This commit is contained in:
syuilo
2020-02-06 17:05:19 +09:00
parent 6857153367
commit 1c7c72181e
3 changed files with 19 additions and 0 deletions

View File

@ -36,5 +36,10 @@ export default Vue.extend({
::v-deep pre {
font-size: 0.8em;
}
::v-deep .title {
text-align: center;
border-bottom: solid 1px var(--divider);
}
}
</style>