From e01da2229001428f1e8424d4024d44d9a5fe830e Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sat, 28 Sep 2024 14:35:41 +0700 Subject: [PATCH] Give a border for a sidebar drawer button --- app/templates/prime/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/prime/static/css/style.css b/app/templates/prime/static/css/style.css index d7532f4..e5e77cb 100644 --- a/app/templates/prime/static/css/style.css +++ b/app/templates/prime/static/css/style.css @@ -93,7 +93,7 @@ body { left: 20px; background-color: #343a40; color: white; - border: none; + border: 1px solid #fff; width: 100px; height: 40px; display: flex;