From 2bbca77471469fa0045d798f3f13ea0e566d3de8 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 17 Aug 2020 08:40:45 +0000 Subject: [PATCH] fix(css): caption class - https://github.com/hexojs/hexo-util/pull/229/commits/23372e0f1169597d8bf41fd52500014e0545447e --- themes/chameleon/source/css/_source.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/chameleon/source/css/_source.css b/themes/chameleon/source/css/_source.css index 0a4caf2..ff7bcc9 100644 --- a/themes/chameleon/source/css/_source.css +++ b/themes/chameleon/source/css/_source.css @@ -127,19 +127,19 @@ hr { figcaption, small, -pre div { +pre div.caption { font-size: 0.9em; color: #888; } /* code caption */ figcaption, -pre div { +pre div.caption { margin-bottom: 0.5em; } pre figcaption a, -pre div a { +pre div.caption a { float: right; }