diff --git a/packages/typescriptlang-org/src/components/layout/TopNav.tsx b/packages/typescriptlang-org/src/components/layout/TopNav.tsx
index 02036b4402c0..ff0e26fa2f82 100644
--- a/packages/typescriptlang-org/src/components/layout/TopNav.tsx
+++ b/packages/typescriptlang-org/src/components/layout/TopNav.tsx
@@ -99,13 +99,13 @@ export const SiteNav = (props: Props) => {
diff --git a/packages/typescriptlang-org/src/templates/pages/css/index.scss b/packages/typescriptlang-org/src/templates/pages/css/index.scss
index 929591f5e180..6476dd5eafbd 100644
--- a/packages/typescriptlang-org/src/templates/pages/css/index.scss
+++ b/packages/typescriptlang-org/src/templates/pages/css/index.scss
@@ -352,10 +352,9 @@ $headline-foreground-bg: white;
li {
list-style: none;
padding: 10px;
- a {
- text-decoration: none;
- color: white;
- }
+ cursor: pointer;
+ text-decoration: none;
+ color: white;
&.selected {
text-decoration: underline;
}