aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-17 07:47:47 -0500
committerXe <me@christine.website>2021-12-17 07:47:47 -0500
commit3d063220113f688634f05a62c4155b69e78af75f (patch)
tree2dda012041af74e76387c94c1b3ef6a71ae1ad1b /css
parent166079f0e381bcfff0f79cd55031d634308d1a68 (diff)
downloadxesite-3d063220113f688634f05a62c4155b69e78af75f.tar.xz
xesite-3d063220113f688634f05a62c4155b69e78af75f.zip
update this page
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'css')
-rw-r--r--css/shim.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/css/shim.css b/css/shim.css
index 345458b..0613f35 100644
--- a/css/shim.css
+++ b/css/shim.css
@@ -44,9 +44,12 @@ img {
}
xeblog-conv:not(:defined) {
- display: none;
+ display: block;
+ border-left: 0.25ch solid green;
+ padding-left: 1.75ch;
}
-xeblog-conv:defined {
- display: block;
+xeblog-conv:before:not(:defined) {
+ content: "<"attr(name)">";
+ font-weight: bold;
}