summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-17 09:02:31 -0300
committerEuAndreh <eu@euandre.org>2025-04-17 09:02:31 -0300
commita512f8b51049b41838248e2af8a7a616cb83e8ac (patch)
tree8921346b14680f777edb1296fe262ff1335630d9 /src
parentsrc/content/style.css: Adjust footer selectors for adoc(1) current inflexible... (diff)
downloadeuandre.org-a512f8b51049b41838248e2af8a7a616cb83e8ac.tar.gz
euandre.org-a512f8b51049b41838248e2af8a7a616cb83e8ac.tar.xz
src/content/style.css: Add extra code block selecotor due to current adoc(1) inflexible HTML
Diffstat (limited to '')
-rw-r--r--src/content/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/style.css b/src/content/style.css
index 4aab842..85cc7f5 100644
--- a/src/content/style.css
+++ b/src/content/style.css
@@ -104,7 +104,7 @@ pre.lineno {
user-select: none;
}
-pre.highlight {
+.highlight, .listingblock .content {
border: 1px solid #ccc;
border-radius: 10px;
}