From a00ef6440f98b0ff1052e5cf75b89d8dd3a38330 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 5 Oct 2025 19:09:04 +0000 Subject: Add initial content (with issues). --- stylesheets/extra.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stylesheets/extra.css (limited to 'stylesheets') 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; +} -- cgit v1.2.3-54-g00ecf