From 97bad1d15d9b94dc97a0512770880cdde258813e Mon Sep 17 00:00:00 2001 From: amphineko Date: Sat, 21 Mar 2020 21:17:01 +0800 Subject: [PATCH] replace border with inset box-shadow, fix #18 --- src/stylesheets/intro.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/intro.css b/src/stylesheets/intro.css index b796b30..30f23c8 100644 --- a/src/stylesheets/intro.css +++ b/src/stylesheets/intro.css @@ -33,7 +33,7 @@ } .intro .label-group { - border-left: 0.2em solid #4600806b; + box-shadow: inset 0.25em 0 0.25em -0.25em #4600806b; margin-top: 2em; width: 100%; }