aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/default.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/default.vue')
-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>