diff --git a/application/views/Settings/index.php b/application/views/Settings/index.php
index 102c19cb..1227fd4d 100644
--- a/application/views/Settings/index.php
+++ b/application/views/Settings/index.php
@@ -1,8 +1,8 @@
-
+
-
+
-
Active
@@ -20,7 +20,7 @@
-
diff --git a/assets/css/general.css b/assets/css/general.css
index 40ad8bc8..6c600887 100644
--- a/assets/css/general.css
+++ b/assets/css/general.css
@@ -170,3 +170,26 @@ TD.lotw{
#nav-bar-search-input:focus {
text-transform: uppercase;
}
+
+.settings {
+ padding-top: 15px;
+}
+
+.settings-nav {
+ margin-bottom: 15px;
+ list-style: none;
+ background-color: #fff;
+ border: 1px solid #d1d5da;
+ border-radius: 3px;
+}
+
+.settings-nav .nav-link {
+ list-style: none;
+ background-color: #fff;
+ border: 1px solid #d1d5da;
+}
+
+.settings-nav .nav-link:hover {
+ background-color: #e1e4e8;
+
+}
\ No newline at end of file