Author: haszi (haszi) Committer: GitHub (web-flow) Pusher: Girgias Date: 2024-03-17T18:16:16Z
Commit: https://github.com/php/web-php/commit/8192a72c762528cbcd07792b0d6abfea6349dcee Raw diff: https://github.com/php/web-php/commit/8192a72c762528cbcd07792b0d6abfea6349dcee.diff Add style for captions (#966) Co-authored-by: haszi <haszik...@gmail.com> Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 6f7c0e36f7..ccf2444ef0 100644 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1899,3 +1899,6 @@ aside.tips div.inner { /* }}} */ +.caption { + font-size: 0.85rem; +}