aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts
diff options
context:
space:
mode:
authorArne Schauf <git@asw.io>2018-03-06 00:07:47 +0100
committerArne Schauf <git@asw.io>2018-03-06 00:07:47 +0100
commitbd0e6ab323b75df078604996427c6cd66dfcee7b (patch)
tree9e86a3066a1a469fb71349dc79024bf277212c21 /src/layouts
parent338003ca484a353d75de3504037a75ad4739c359 (diff)
downloadparry-ui-bd0e6ab323b75df078604996427c6cd66dfcee7b.tar.gz
parry-ui-bd0e6ab323b75df078604996427c6cd66dfcee7b.zip
allow markdown in mod description
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/default.vue25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/layouts/default.vue b/src/layouts/default.vue
index 36c2635..84db2c1 100644
--- a/src/layouts/default.vue
+++ b/src/layouts/default.vue
@@ -71,4 +71,29 @@
</script>
<style>
+ .indent {
+ margin-left: 1rem;
+ }
+
+ .markdown h1 {
+ font-size: 1.1rem;
+ font-style: italic;
+ font-weight: bold;
+ }
+
+ .markdown h2 {
+ font-size: 1.1rem;
+ font-style: italic;
+ font-weight: 500;
+ }
+
+ .markdown h3 {
+ font-size: 1.1rem;
+ font-style: italic;
+ }
+
+ .markdown h4, .markdown h5, .markdown h6 {
+ font-size: 1.0rem;
+ font-style: italic;
+ }
</style>