From 049c18515d358401a5482cbb2a6035174eb1022d Mon Sep 17 00:00:00 2001 From: "chia-lin.lin" Date: Wed, 1 Nov 2023 01:21:05 +0100 Subject: [PATCH] Add files via upload --- src/css/custom.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 9918c50e..a12b6ad1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -151,3 +151,26 @@ main{ /*.footer__col:nth-of-type(1) a.footer__link-item:nth-of-type(1){*/ /* color: lightgrey;*/ /*}*/ + +.subTitle { + color: rgba(136,153,168,1.00); + font-weight: normal; + margin-bottom: 10px; +} + +.figCaption { + color: rgba(136,153,168,1.00); + font-weight: normal; + font-size: small; + text-align: center; + margin-top: unset !important; +} + +iframe.fit-container { + width: 100%; + height: 600px; +} + +.reader-badge { + margin-bottom: 10px; +}