diff options
| author | Xe Iaso <me@christine.website> | 2022-10-08 17:19:21 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-10-08 17:19:21 +0000 |
| commit | e2dd27beaa865e5bf9e348aeb98abb918b97925a (patch) | |
| tree | 3ee6d9f7e597f1bb31d30230b67fd041672b5325 /css | |
| parent | c324bf0ef0ee9a14534943de2734e04f7c2eabf5 (diff) | |
| download | xesite-e2dd27beaa865e5bf9e348aeb98abb918b97925a.tar.xz xesite-e2dd27beaa865e5bf9e348aeb98abb918b97925a.zip | |
prepare for cryptocurrency/ownership article
Signed-off-by: Xe Iaso <me@christine.website>
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; } |
