diff --git a/TealCode/main/static/main/css/style.css b/TealCode/main/static/main/css/style.css index 55d755c..ea7de02 100644 --- a/TealCode/main/static/main/css/style.css +++ b/TealCode/main/static/main/css/style.css @@ -161,4 +161,25 @@ body main #main-content .note p{ #button-content div a:hover{ background-color: rgba(137, 250, 194, 0.3); border: 5px solid rgb(107, 255, 181); +} + +#search{ + width: 100%; + height: 30px; +} + +#search input{ + width: 80%; + height: 100%; + background-color: rgba(255, 255, 255, 0.014); + border: 3px solid rgb(34, 102, 71); + outline: 0; + font-size: 13pt; + font-weight: bold; + padding-left:10px; + padding-right: 10px; + display: block; + margin-top: 10px; + margin-left: auto; + margin-right: auto; } \ No newline at end of file diff --git a/TealCode/main/templates/main/category.html b/TealCode/main/templates/main/category.html index 8a7b45f..2bd7b41 100644 --- a/TealCode/main/templates/main/category.html +++ b/TealCode/main/templates/main/category.html @@ -9,6 +9,11 @@