Skip to content

Commit 8011eb3

Browse files
committed
Fix #62
1 parent 05c23c4 commit 8011eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/py_semantic_taxonomy/adapters/routers/templates/concept_view.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ <h2 class="text-lg font-medium flex items-center" style="color: var(--text-color
174174
<!-- Notes -->
175175
{% if concept.editorial_notes or concept.change_notes or concept.history_notes %}
176176
<div class="card">
177-
<div class="px-4 py-5 sm:px-6 border-b" style="border-color: var(--border-color)">
177+
<div class="px-4 py-5 sm:px-6 border-b" style="border-color: var(--border-color); background-color: var(--nav-bg)">
178178
<h2 class="text-lg font-medium" style="color: var(--text-color)">Notes</h2>
179179
</div>
180-
<div class="px-4 py-5 sm:p-6 space-y-4">
180+
<div class="px-4 py-5 sm:p-6 space-y-4" style="border-color: var(--border-color); background-color: var(--nav-bg)">
181181
{% if concept.editorial_notes %}
182182
<div>
183183
<h3 class="text-sm font-medium" style="color: var(--text-secondary)">Editorial Notes</h3>

0 commit comments

Comments
 (0)