From 20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 20 Oct 2024 00:50:13 -0600 Subject: salvage two percent of my chosts --- assets/site.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'assets/site.css') 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-"] { -- cgit v1.2.3