File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,6 @@ div[id^="headlessui-menu-items"] {
103103 @apply first:mr-0 hover:!text-primary;
104104 }
105105
106- button [id ^= "headlessui-menu-button" ] {
107- @apply hover:text-primary;
108-
109- + div > a {
110- @apply hover:text-primary;
111- }
112- }
113-
114106 .nextra-search {
115107 @apply ml-auto;
116108
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export default {
9696
9797function Emphasis ( { children } : { children : React . ReactNode } ) {
9898 return (
99- < span className = "[a:has(>&)]:[a:has(>&)]:border [a:has(>&)]:border [a:has(>&)]:border-current [a:has(>&)]:text-pri-base dark:[a:has(>&)]:text-pri-light [a:hover:has(>&)]:border-transparent" >
99+ < span className = "[a:has(>&)]:[a:has(>&)]:border [a:has(>&)]:border [a:has(>&)]:border-current [a:has(>&)]:text-pri-base dark:[a:has(>&)]:text-pri-light [a:hover:has(>&)]:border-transparent [a:hover:has(>&)]:no-underline " >
100100 { children }
101101 </ span >
102102 )
You can’t perform that action at this time.
0 commit comments