diff --git a/about.php b/about.php
index 0492a06..ee9296e 100644
--- a/about.php
+++ b/about.php
@@ -1,5 +1,3 @@
-
-
@@ -31,7 +29,10 @@
What is Fluffys Amazing Gallery?
diff --git a/css/main.css b/css/main.css
index f9c6908..fbbb8c5 100644
--- a/css/main.css
+++ b/css/main.css
@@ -576,6 +576,39 @@ nav .btn {
font-family: "Secular One", sans-serif;
}
+/*
+ |-------------------------------------------------------------
+ | SEARCH
+ |-------------------------------------------------------------
+*/
+.search-root {
+ margin-bottom: 1rem;
+ padding: 0.5rem;
+ width: calc(100% - 1.4rem);
+ background-color: #151515;
+ color: #E8E3E3;
+ border-radius: 0rem;
+ border: 0.2rem solid #8C977D;
+ box-shadow: 6px 6px 2px rgba(21, 21, 21, 0.5333333333);
+}
+.search-root > * {
+ margin-top: 0;
+ margin-bottom: 0.5rem;
+}
+.search-root h1,
+.search-root h2,
+.search-root h3,
+.search-root h4,
+.search-root h5 {
+ font-family: "Lexend Deca", sans-serif;
+}
+.search-root p,
+.search-root a,
+.search-root button,
+.search-root input {
+ font-family: "Secular One", sans-serif;
+}
+
/*
|-------------------------------------------------------------
| FOOTER
diff --git a/css/scss/_body.scss b/css/scss/_body.scss
index 74c2bef..78888f4 100644
--- a/css/scss/_body.scss
+++ b/css/scss/_body.scss
@@ -234,4 +234,14 @@
.password-reset-root {
@include defaultDecoration($red);
@include defaultFont();
+}
+
+/*
+ |-------------------------------------------------------------
+ | SEARCH
+ |-------------------------------------------------------------
+*/
+.search-root {
+ @include defaultDecoration($green);
+ @include defaultFont();
}
\ No newline at end of file
diff --git a/search.php b/search.php
index 3557674..baa2abd 100644
--- a/search.php
+++ b/search.php
@@ -1,5 +1,5 @@

";
echo "
";
}
-}
+}*/
?>
+
+
+
+
+
+
Where did the search go!
+
Due to how it was implemented originally, it was hard to handle and work with. So I removed it.
+
It'll be coming back, but since it's going to be a lot of work it'll have to be much later.
+
+
+
+
+