diff options
author | Melody Horn <melody@boringcactus.com> | 2024-10-20 00:50:13 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-10-20 00:50:13 -0600 |
commit | 20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1 (patch) | |
tree | 581215692655d6c8aad8a52efecb6548d31dec48 /assets/site.css | |
parent | 94428eb8b097f201978dbc0e70afe1c04d338082 (diff) | |
download | boringcactus.com-20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1.tar.gz boringcactus.com-20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1.zip |
Diffstat (limited to 'assets/site.css')
-rw-r--r-- | assets/site.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/assets/site.css b/assets/site.css index d57334c..fee0057 100644 --- a/assets/site.css +++ b/assets/site.css @@ -18,9 +18,12 @@ code { pre { line-height: 1.25; } +img { + max-width: 100%; +} a { - border-bottom: 1px solid #444444; - color: #444444; + border-bottom: 1px solid currentColor; + color: inherit; text-decoration: none; } a:hover { @@ -53,6 +56,15 @@ table th, table td { justify-content: center; } +.cohost-style-embed { + background-color: #fff1df; +} + +.cohost-style-embed-link { + padding: 0.75em; + text-align: right; +} + /* https://github.com/PrismJS/prism/blob/master/themes/prism.css */ code[class*="language-"], pre[class*="language-"] { |