Add global .markdown class.

It changes textareas to be monospaced.
This commit is contained in:
D. Berge
2021-05-14 01:05:33 +02:00
parent 65b33a6b0f
commit e8811560de

View File

@@ -26,6 +26,12 @@
<style lang="stylus">
@import '../node_modules/typeface-roboto/index.css'
@import '../node_modules/@mdi/font/css/materialdesignicons.css'
.markdown.v-textarea textarea
font-family monospace
line-height 1.1 !important
</style>
</style>
<script>