diff --git a/src/views/Presentation/Sections/PresentationSearch.vue b/src/views/Presentation/Sections/PresentationSearch.vue index 1a3a62a..8c9197d 100644 --- a/src/views/Presentation/Sections/PresentationSearch.vue +++ b/src/views/Presentation/Sections/PresentationSearch.vue @@ -82,7 +82,7 @@ const search = async () => { /* Changes the font size */ font-size: 16px; /* Changes the background color of the button */ - background-color: #007BFF; + background-color: #3d9132; /* Changes the color of the text inside the button */ color: white; /* Makes the border corners rounded */ @@ -95,7 +95,7 @@ const search = async () => { .searchButton:hover { /* Changes the background color of the button when hovering over it */ - background-color: #0056b3; + background-color: #25581e; } \ No newline at end of file