diff --git a/botfiles/.config/homepage/index.html b/botfiles/.config/homepage/index.html
index 4a361c1..759b481 100644
--- a/botfiles/.config/homepage/index.html
+++ b/botfiles/.config/homepage/index.html
@@ -4,7 +4,7 @@
Home
-
+
@@ -12,6 +12,14 @@
-
+
+
+
+
+
+
+
+
+
diff --git a/botfiles/.config/homepage/style.css b/botfiles/.config/homepage/style.css
index 91dea26..6dabee0 100644
--- a/botfiles/.config/homepage/style.css
+++ b/botfiles/.config/homepage/style.css
@@ -13,7 +13,7 @@
}
.search-bar {
- margin: 50px auto 0px auto;
+ margin: 100px auto 0px auto;
width: 70%;
}
@@ -25,8 +25,13 @@
.bmark {
background: rgba(10, 2, 0, 0.9);
- width: 228px;
+ width: 24.7%;
height: 100%;
float: left;
- margin-left: 3px;
+ margin: 0 0 3px 3px;
+}
+
+a:hover {
+ color: #aaaaaa;
+ transition: .3s;
}