summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/extra.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/stylesheets/extra.css b/stylesheets/extra.css
new file mode 100644
index 0000000..59c662c
--- /dev/null
+++ b/stylesheets/extra.css
@@ -0,0 +1,10 @@
+.md-content img {
+ border: 1px solid var(--md-primary-fg-color);
+ box-shadow: 0 0 .2rem #0000001a,0 .2rem .4rem #0003;
+}
+
+.md-content h1,
+.md-content h2,
+.md-content h3 {
+ clear : both;
+}