From b37693b1425548768a51af6bccf4737ab242d4c8 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 17 Aug 2020 08:42:11 +0000 Subject: [PATCH] fix(css): caption class - https://github.com/hexojs/hexo-util/pull/229/commits/23372e0f1169597d8bf41fd52500014e0545447e --- themes/chameleon/source/css/chameleon.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index 43a3958..94efa53 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -572,19 +572,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; }