From cf2dc212cc85d4caaa5c44de2fed293d07149b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 30 Sep 2021 00:21:56 +0300 Subject: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D1=8C=20=D0=BC=D1=91=D1=80=D1=82?= =?UTF-8?q?=D0=B2=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Día de muertos. --- sass/css/yaroslavps.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sass/css') diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 1017f79..8f6e89b 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -104,6 +104,12 @@ code { font-family: $font_mono; } +figcaption { + color: $gray; + font-family: $font_sans; + text-align: center; +} + video { max-width: 90%; } @@ -315,6 +321,7 @@ h2 > span.publish-date { .publish-date, pre, + figcaption, code { color: #777; } -- cgit v1.2.3