summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-15 15:06:27 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-15 15:06:27 +0000
commit918453f3d84d1e2121bf6936833943ab0c2603a5 (patch)
tree78689712c79526886cdbb331066f795028776ae7 /stylesheets
parentab867bf3da0031afd7df39147d6893af806e6a9c (diff)
Remove unused images and CSS.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/extra.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/stylesheets/extra.css b/stylesheets/extra.css
deleted file mode 100644
index 59c662c..0000000
--- a/stylesheets/extra.css
+++ /dev/null
@@ -1,10 +0,0 @@
-.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;
-}