From 190a0c13adc69aad5fb611aba2f98041eb551655 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Sep 2022 15:18:44 +0300 Subject: style(web/tvl): change background colour of tags 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- web/static/tvl.css | 4 ++++ 1 file changed, 4 insertions(+) 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%; } -- cgit 1.4.1