Update search bar on documentation home

This commit is contained in:
Liam Waldron 2023-05-25 08:47:57 -04:00
parent 2a3bf82243
commit cef100ccc4
2 changed files with 5 additions and 4 deletions

View File

@ -221,16 +221,17 @@ footer {
} }
#myInput { #myInput {
width: 50%; width: 378px;
font-size: 16px; font-size: 16px;
padding: 12px 20px 12px 20px; padding: 10px;
border: 2px solid #4a86e8ff; border: 2px solid #4a86e8ff;
border-radius: 2px; border-radius: 2px;
margin-bottom: 12px; margin-bottom: 12px;
background-color: #2C2C2C;
} }
#myUL { #myUL {
width: 50%; width: 400px;
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;
margin: 0; margin: 0;

View File

@ -45,7 +45,7 @@
} }
} }
</script> </script>
<input type="text" id="myInput" onKeyup="myFunction()" placeholder="Search..."> <input type="text" id="myInput" onKeyup="myFunction()" placeholder="Search documentation...">
<ul id="myUL"> <ul id="myUL">
<li><a href="general-recommendations.html">General Recommendations</a></li> <li><a href="general-recommendations.html">General Recommendations</a></li>
<li><a href="intro-to-glacier.html">Introduction to Glacier</a></li> <li><a href="intro-to-glacier.html">Introduction to Glacier</a></li>