summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-14 10:07:36 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-14 10:07:36 -0500
commitf62a80e1a10970376973a2ee5b016a814bcd2039 (patch)
tree90a224a7adfa4d78c76651cf3db9ae8212104637 /static
parent58405b074faec581cf7f74acff1397193e04138c (diff)
Rewrite code blocks
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 6c3a196..49b1f88 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -669,7 +669,7 @@ pre {
}
}
-figure {
+figure:not(.code-container) {
margin: 20px 0;
padding: 10px;
background-color: #f9f9f9;
@@ -677,7 +677,7 @@ figure {
box-shadow: 2px 2px 0#ccc
}
-figure img {
+figure:not(.code-container) img {
display: block;
max-width: 100%;
height: auto;
@@ -685,7 +685,7 @@ figure img {
margin-bottom: 10px
}
-figcaption {
+figure:not(.code-container) figcaption {
font-size: 9px;
color: #666;
line-height: 1.2;
@@ -693,7 +693,7 @@ figcaption {
border-top: 1px dotted #999
}
-figcaption .figure-number {
+figure:not(.code-container) figcaption .figure-number {
font-weight: 700;
text-transform: uppercase;
color: #333