diff options
author | Vincent Ambo <mail@tazj.in> | 2022-09-13T12·18+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-09-14T11·42+0000 |
commit | 190a0c13adc69aad5fb611aba2f98041eb551655 (patch) | |
tree | 48efba0e4aec57616401829c18594c46889fd39d /web | |
parent | 9199cd8b175453e231430988b6c2a0c2bde22e0e (diff) |
style(web/tvl): change background colour of <code> tags r/4853
These otherwise look the same as the rest of a post, which is a bit confusing. Change-Id: I66ac7256fa379b9f9510de1e2b236c7206219d27 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6561 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'web')
-rw-r--r-- | web/static/tvl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/static/tvl.css b/web/static/tvl.css index aea4d426eac3..5da1df7d490b 100644 --- a/web/static/tvl.css +++ b/web/static/tvl.css @@ -139,6 +139,10 @@ pre { overflow: auto; } +code { + background: aliceblue; +} + img { max-width: 100%; } |