diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/shim.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/css/shim.css b/css/shim.css index 622e47b..dffd9b6 100644 --- a/css/shim.css +++ b/css/shim.css @@ -48,6 +48,13 @@ img { background-color: #282828; } +figcaption { + background-color: #282828; + margin-left: 1em; + margin-right: 1em; + margin-bottom: 1em; +} + .logo { background-color: #fdf5d7; -webkit-mask: url("/static/img/xeiaso.svg"); @@ -68,6 +75,10 @@ img { background-color: #fbf1c7; } + figcaption { + background-color: #fbf1c7; + } + .logo { background-color: #1d2021; } |
