diff options
| author | grunfink <grunfink@comam.es> | 2025-06-28 22:46:38 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-06-28 22:46:38 +0200 |
| commit | 23157768d1b94b0a4147b16e5a4272bbf2de1ad5 (patch) | |
| tree | 141cc25d29766e554b049f54d972c7abd7824b8f | |
| parent | a5ce94c824b0705da068420ca58e81bda7f8bef3 (diff) | |
Minor CSS tweak.
| -rw-r--r-- | doc/style.css | 1 | ||||
| -rw-r--r-- | utils.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 027fc43..5289332 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,5 +1,6 @@ body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em; word-wrap: break-word; } pre { overflow-x: scroll; } +blockquote { font-style: italic; } .snac-embedded-video, img { max-width: 100% } .snac-origin { font-size: 85% } .snac-score { float: right; font-size: 85% } @@ -45,6 +45,7 @@ static const char *default_srv_config = "{" static const char *default_css = "body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em; word-wrap: break-word; }\n" "pre { overflow-x: scroll; }\n" + "blockquote { font-style: italic; }\n" ".snac-embedded-video, img { max-width: 100% }\n" ".snac-origin { font-size: 85% }\n" ".snac-score { float: right; font-size: 85% }\n" |