File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ export default function LandingPage() {
111111 own? Check out our{ " " }
112112 < a
113113 href = "https://github.com/denoland/deno-docs?tab=readme-ov-file#examples"
114- class = "text-primary hover:underline focus: underline"
114+ class = "text-primary underline"
115115 >
116116 GitHub repository
117117 </ a > .
118118 </ p >
119119 < p >
120120 < a
121121 href = "/runtime/contributing/examples/"
122- class = "text-primary hover: underline focus:underline text-center mt-4 font-bold"
122+ class = "text-primary underline mt-4 font-bold"
123123 >
124124 Commit an example and we'll send you stickers!
125125 </ a >
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ function SidebarCategoryHeading(props: {
133133 isActive ?: boolean ;
134134} ) {
135135 return (
136- < h2 class = "block uppercase py-2 pr-4 mt-4 text-foreground-secondary font-bold leading-none tracking-wide !border-0" >
136+ < h2 class = "block uppercase py-2 pr-4 mt-4 text-foreground-secondary font-bold leading-[1.2] text-balance tracking-wide !border-0" >
137137 { props . title }
138138 </ h2 >
139139 ) ;
You can’t perform that action at this time.
0 commit comments