diff options
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-"] { |