File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/py_semantic_taxonomy/adapters/routers/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments