commit 3331a297507bf785fe2d7b031c25d31f054f173c
parent 9ab9fb847f1eacb1bcc0cee1b5ddee176902578d
Author: Yureka <yuka@yuka.dev>
Date: Tue, 22 Feb 2022 22:00:43 +0100
parent 9ab9fb847f1eacb1bcc0cee1b5ddee176902578d
Author: Yureka <yuka@yuka.dev>
Date: Tue, 22 Feb 2022 22:00:43 +0100
inconsistent borders
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/style.css b/static/style.css @@ -202,7 +202,7 @@ tbody tr:hover td { } .selector div:not(:last-child), .selector label:not(:last-child) { - border-right: 1px solid rgba(0, 0, 0, .2); + border-right: 1px solid #bbb; } .selector {