Skip to content

Commit

Permalink
fix: module.item accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Boehm committed May 6, 2024
1 parent 77f0a71 commit ec7781b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlebars/mdbook/module.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```Namespace: {{namespace}}```

{{#each items as |item|}}
<div style='box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); padding: 15px; border-radius: 5px;'>
<div style='box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); padding: 15px; border-radius: 5px; border: 1px solid var(--theme-hover)'>
<h2 class="func-name"> <code>{{item.type}}</code> {{item.name}} </h2>

```rust,ignore
Expand Down

0 comments on commit ec7781b

Please sign in to comment.