File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/test_bake/defaults/src/sphinx_minimal_theme Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ <h1 class="text-xl">{{ docstitle }}</h1>
242242 </ span >
243243 < span >
244244 < a
245- class ="border-b-1 border-primary text-accent transition-all duration-200 hover:border-b-2 hover:border-accent hover:brightness-75 "
245+ class ="border-b-1 border-primary text-accent hover:border-accent transition-all duration-200 hover:border-b-2 hover:brightness-75 "
246246 href ="{{ prev.link|e }} "
247247 title ="{{ _('Previous article') }} "
248248 >
@@ -263,7 +263,7 @@ <h1 class="text-xl">{{ docstitle }}</h1>
263263 </ span >
264264 < span >
265265 < a
266- class ="border-b-1 border-primary text-accent transition-all duration-200 hover:border-b-2 hover:border-accent hover:brightness-75 "
266+ class ="border-b-1 border-primary text-accent hover:border-accent transition-all duration-200 hover:border-b-2 hover:brightness-75 "
267267 href ="{{ next.link|e }} "
268268 title ="{{ _('Next article') }} "
269269 >
You can’t perform that action at this time.
0 commit comments