From 2411985650a6e97f3d88d639a448c689dceae321 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Mon, 16 May 2022 14:50:23 -0300 Subject: [PATCH] minor change --- static/css/library.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/library.css b/static/css/library.css index 34d1661..6ab2b64 100644 --- a/static/css/library.css +++ b/static/css/library.css @@ -1,7 +1,7 @@ .wip { - opacity: 50%; + opacity: 75%; border: 5px solid #d11586 } .dnf { - opacity: 30%; + opacity: 25%; }