summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-05 19:09:04 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-05 19:09:04 +0000
commita00ef6440f98b0ff1052e5cf75b89d8dd3a38330 (patch)
tree79d20824e86cafa42075708ab9a76f262f004cb6 /stylesheets
parent4591dcb22290576dbf114fff1c3f3b0ca5ffaf8d (diff)
Add initial content (with issues).
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;
+}