diff options
Diffstat (limited to 'sass/css')
-rw-r--r-- | sass/css/yaroslavps.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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; } |