diff --git a/static/css/custom.css b/static/css/custom.css
index 76aaf9a..f16628f 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -12,20 +12,40 @@ footer {
text-align: justify;
}
-#notbyai {
+#badges {
width: 100%;
- max-width: 150px;
+ max-width: var(--max-layout-width);
+ display: flex;
+ justify-content: center;
+ align-items: baseline;
+ flex-wrap: wrap;
+ gap: 1.25rem;
margin: 0 auto 1.75rem auto;
+}
+
+#badges a {
+ max-width: 150px;
transition-duration: 300ms;
}
-#notbyai:hover,
-#notbyai:hover::before {
+#badges a:hover,
+#badges a:hover::before {
background-color: transparent;
color: transparent;
transform: scale(1.1);
}
-#notbyai:active {
+#badges a:active {
transform: scale(0.95);
}
+
+#abuseipdb-badge {
+ width: 150px;
+ background: #35c246 linear-gradient(
+ rgba(255,255,255,0),
+ rgba(255,255,255,.3) 50%,
+ rgba(0,0,0,.2) 51%, rgba(0,0,0,0)
+ );
+ padding: 5px;
+ box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, .2);
+}
diff --git a/templates/tabi/extend_body.html b/templates/tabi/extend_body.html
index 2727120..48e1fec 100644
--- a/templates/tabi/extend_body.html
+++ b/templates/tabi/extend_body.html
@@ -1,19 +1,33 @@
-
-
-
-
+