File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
layouts/partials/sections Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5858@utility btn-outline-white {
5959 @apply btn border-2 border-white text-white hover:bg-white/20 active:bg-white/30;
6060}
61+ @utility btn-outline-white-invert {
62+ @apply btn border-2 border-white text-white hover:bg-white hover:text-le-blue active:bg-white/90 hover:no-underline focus:no-underline;
63+ }
6164@utility btn-outline-blue {
6265 @apply btn border-2 border-le-blue text-le-blue hover:bg-le-blue/20 active:bg-le-blue/30;
6366}
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ <h2 class="text-eyebrow text-white text-center mb-10">{{ i18n "blog_section_head
2121
2222 {{ if .is_homepage }}
2323 < div class ="flex justify-center mt-10 ">
24- < a href ="/blog " class ="btn btn -outline btn-outline- white ">
24+ < a href ="/blog " class ="btn-outline- white-invert ">
2525 {{ i18n "blog_section_see_all" }}
2626 </ a >
2727 </ div >
2828 {{ end }}
2929 </ div >
30- </ div >
30+ </ div >
You can’t perform that action at this time.
0 commit comments