fix some borders I missed

This commit is contained in:
idk
2020-10-21 16:55:35 -04:00
parent 65e7e0f806
commit 8648eac058

View File

@@ -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;