diff options
author | EuAndreh <eu@euandre.org> | 2025-04-17 09:02:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-17 09:02:31 -0300 |
commit | a512f8b51049b41838248e2af8a7a616cb83e8ac (patch) | |
tree | 8921346b14680f777edb1296fe262ff1335630d9 /src/content/style.css | |
parent | src/content/style.css: Adjust footer selectors for adoc(1) current inflexible... (diff) | |
download | euandre.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.css | 2 |
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; } |