aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-03-25 17:45:14 -0400
committertdro <tdro@noreply.example.com>2024-03-25 17:45:14 -0400
commitc3c20ef428b1df39bff5ef874214170c9d182379 (patch)
tree82b56ec5bd9e4c3a2cd5d680f277907b851c82a6 /assets/css
parent54024746a810e1ab5b9e4c385d4b5a107e723585 (diff)
downloadcanory-c3c20ef428b1df39bff5ef874214170c9d182379.tar.gz
canory-c3c20ef428b1df39bff5ef874214170c9d182379.tar.bz2
canory-c3c20ef428b1df39bff5ef874214170c9d182379.zip
static: Babel fish analysis
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default-simple.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/default-simple.css b/assets/css/default-simple.css
index 6dbc040..8b7fca3 100644
--- a/assets/css/default-simple.css
+++ b/assets/css/default-simple.css
@@ -36,7 +36,10 @@ micro-card[id] > article > :nth-last-child(2) {
[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 {
+ display: none;
+}
+
micro-card[id] > article footer:not(blockquote footer) {
display: none;
}