summaryrefslogtreecommitdiffstats
path: root/layouts/partials/style.html
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-12-19 20:50:57 +0800
committeryingyu5658 <i@yingyu5658.me>2025-12-19 20:50:57 +0800
commit55df658d8290faf423b2469199394019997787e6 (patch)
tree51b95610e54e18a3c8636b5b04992696261a3d10 /layouts/partials/style.html
parent396d575bc895b6904f653ec0841ae85121fe190b (diff)
downloadblog-55df658d8290faf423b2469199394019997787e6.tar.gz
blog-55df658d8290faf423b2469199394019997787e6.zip
fix: set the display of "img.missing" to "none"
Diffstat (limited to 'layouts/partials/style.html')
-rw-r--r--layouts/partials/style.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index d49bf2c..e922440 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -30,6 +30,10 @@
0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
+ img.missing {
+ display: none;
+ }
+
nav a,
h1.post-title a,
.category-link,