From 8648eac0584cac153975e5cc20ca0cc1fc0fc2de Mon Sep 17 00:00:00 2001
From: idk <idk@laptop.idk.i2p>
Date: Wed, 21 Oct 2020 16:55:35 -0400
Subject: [PATCH] fix some borders I missed

---
 i2p2www/static/styles/duck/default.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css
index 58dbe5272..52cb5b709 100644
--- a/i2p2www/static/styles/duck/default.css
+++ b/i2p2www/static/styles/duck/default.css
@@ -346,7 +346,7 @@ div#content .inner .box img {
  */
 
 .package {
-    border: 3px solid rgba(171, 204, 113, 0.7);
+    border: 3px solid #546BD2;
     border-radius: 5px;
     margin: 10px;
     padding: 10px;
@@ -418,7 +418,7 @@ div#content .inner .box img {
 }
 
 .warning {
-    background-color: rgba(171, 204, 113, 0.7);
+    background-color: #ECF3FF;
     border: 1px dashed rgb(208, 14, 14);
     border-radius: 5px;
     margin: 5px;
-- 
GitLab