aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-15 19:16:16 -0500
committerXe <me@christine.website>2021-12-15 19:16:16 -0500
commit166079f0e381bcfff0f79cd55031d634308d1a68 (patch)
treee6999e3a6c285d11cc7435649500b147aeacf2c7 /css
parent1986de12d175196721349dd3626686f3880f1805 (diff)
downloadxesite-166079f0e381bcfff0f79cd55031d634308d1a68.tar.xz
xesite-166079f0e381bcfff0f79cd55031d634308d1a68.zip
make test custom element page
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'css')
-rw-r--r--css/shim.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/shim.css b/css/shim.css
index 1e38033..345458b 100644
--- a/css/shim.css
+++ b/css/shim.css
@@ -42,3 +42,11 @@ img {
padding-left: 1em;
padding-right: 1em;
}
+
+xeblog-conv:not(:defined) {
+ display: none;
+}
+
+xeblog-conv:defined {
+ display: block;
+}