This commit is contained in:
syuilo 2020-02-01 17:10:56 +09:00
parent 6f115c6d81
commit 05f9135e30

View file

@ -32,5 +32,9 @@ export default Vue.extend({
border-left: solid 3px var(--fg);
opacity: 0.7;
}
::v-deep pre {
font-size: 0.8em;
}
}
</style>