From 6f652e711c93dbb7640dac19814edc59f73b6217 Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Sat, 19 Apr 2025 16:03:11 -0400 Subject: Use outline shorthand (#293) * fix(xess): suppress Go inspection warning for boolean expressions Signed-off-by: Jason Cameron * feat: use outline shorthand Signed-off-by: Jason Cameron --------- Signed-off-by: Jason Cameron --- web/index.templ | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web') diff --git a/web/index.templ b/web/index.templ index 4eb1d45..989d717 100644 --- a/web/index.templ +++ b/web/index.templ @@ -42,10 +42,8 @@ templ base(title string, body templ.Component, challenge any, ogTags map[string] border-radius: 1rem; overflow: hidden; margin: 1rem 0 2rem; - outline-color: #b16286; outline-offset: 2px; - outline-style: solid; - outline-width: 4px; + outline: #b16286 solid 4px; } .bar-inner { -- cgit v1.2.3