Skip to content

Commit

Permalink
remove outline
Browse files Browse the repository at this point in the history
  • Loading branch information
SaySayo committed Jul 29, 2023
1 parent 46d9c34 commit bb71a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/components/learn_overview.eml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ let search_banner =
~name:"q"
~label:"Search inside the OCaml documentation"
~button_attrs:{|type="submit"|}
"w-1/2 mt-6" %>
"w-1/2 mt-6 focus-within:outline-none focus-within:border-none focus-within:ring-0" %>
</div>
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/pages/outreachy.eml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Layout.render
<p>This is a record of all past OCaml Community <a href="https://www.outreachy.org/" target="_blank">Outreachy</a> Internship Projects.</p>
</div>
</div>

<%s! Learn_overview.search_banner %>
<div class="py-12 bg-default dark:bg-dark-default">
<div class="container-fluid">
<% metadata |> List.iter (fun (rounds : Data.Outreachy.t) -> %>
Expand Down

0 comments on commit bb71a5c

Please sign in to comment.