Skip to content

Commit

Permalink
Removed css to fit the rest of the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
metzger100 authored Dec 23, 2024
1 parent a54cce9 commit 668f668
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions layouts/partials/widgets/local-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ <h4 class="widget__title">{{ T "search_placeholder" }}</h4>
</div>

<style>
/* Widget container styling */
.widget {
background: #ffffff;
border: 1px solid #ddd;
padding: 20px;
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Title styling */
.widget__title {
font-size: 1.25rem;
font-weight: bold;
color: {{ .Site.Params.style.vars.highlightColor }}; /* Set theme color */
margin-bottom: 15px;
}

/* Input styling */
.search-input {
width: 100%;
Expand All @@ -52,7 +34,6 @@ <h4 class="widget__title">{{ T "search_placeholder" }}</h4>
.search-results-item {
margin-bottom: 10px;
padding: 10px;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 4px;
}
Expand Down

0 comments on commit 668f668

Please sign in to comment.