This commit is contained in:
syuilo 2020-02-01 17:10:56 +09:00
parent edcf1c99f6
commit 9c66d6bb88

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>