aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-04-04 00:00:00 +0000
committertdro <tdro@noreply.example.com>2024-04-04 00:00:00 +0000
commit64de793be3334001aefe1ef94a8e3bf49aa58d70 (patch)
treeb9cad18ec52cb217001c13f617f829809b6d7f83
parent087b93d5f01fc73f2374a69dc9a8cebb1660fb9e (diff)
downloadcanory-64de793be3334001aefe1ef94a8e3bf49aa58d70.tar.gz
canory-64de793be3334001aefe1ef94a8e3bf49aa58d70.tar.bz2
canory-64de793be3334001aefe1ef94a8e3bf49aa58d70.zip
assets/css/default-simple: Show code block footers
-rw-r--r--assets/css/default-simple.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/default-simple.css b/assets/css/default-simple.css
index 8b7fca3..29f7c0d 100644
--- a/assets/css/default-simple.css
+++ b/assets/css/default-simple.css
@@ -33,14 +33,16 @@ micro-card[id] > article > :nth-last-child(2) {
margin-bottom: 0;
}
-[data-kind="page"] micro-card[id]:first-child > a,
micro-card[id] micro-tags,
micro-card[id] > header meta-data,
-micro-card[id] > article figcaption {
+micro-card[id] > article figcaption,
+[data-kind="page"] micro-card[id]:first-child > a {
display: none;
}
-micro-card[id] > article footer:not(blockquote footer) {
+micro-card[id]
+ > article
+ footer:not(blockquote footer):not(code-block + footer) {
display: none;
}