Skip to content

Commit e525b5c

Browse files
committed
test: fix tests
1 parent 192f05b commit e525b5c

File tree

1 file changed

+2
-2
lines changed
  • tests/test_bake/defaults/src/sphinx_minimal_theme

1 file changed

+2
-2
lines changed

tests/test_bake/defaults/src/sphinx_minimal_theme/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)