From 619aa91f52eeafc002ae9a4b41cf27fdde30a6f9 Mon Sep 17 00:00:00 2001 From: fnetx Date: Thu, 27 Jan 2022 15:30:23 +0100 Subject: [PATCH] Alignment in footer --- assets/css/codeberg-docs.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/codeberg-docs.css b/assets/css/codeberg-docs.css index 3efc773..ce48388 100644 --- a/assets/css/codeberg-docs.css +++ b/assets/css/codeberg-docs.css @@ -1,4 +1,4 @@ -.content :not(img) { max-width: 80ch; } +.content :not(img, pre) { max-width: 80ch; } .content img { border: 5px solid rgba(0, 0, 0, 0.2); max-width: 100%; } .content blockquote { margin: 0; } .content-title { margin-top: 20px !important; } @@ -10,6 +10,8 @@ .content ul { list-style: outside; } .content ol, .content ul { margin-top: 10px; padding-left: 2em; } +.codeberg-design .card, .codeberg-design hr { margin-left: 0; } + a.header-anchor, a.header-anchor:visited { color: var(--lm-base-text-color) !important; text-decoration: none; } .dark-mode a.header-anchor, .dark-mode a.header-anchor:visited { color: var(--dm-base-text-color) !important; text-decoration: none; } a.header-anchor:hover { text-decoration: underline; }