summaryrefslogtreecommitdiff
path: root/lib/theme.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/theme.tsx')
-rw-r--r--lib/theme.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/theme.tsx b/lib/theme.tsx
index 2d24742..e374a88 100644
--- a/lib/theme.tsx
+++ b/lib/theme.tsx
@@ -22,6 +22,10 @@ const components = {
'topnav-link': (props : StyleFunctionProps) => ({
color: mode('#282a36', '#f8f8f2')(props),
textDecoration: "none"
+ }),
+ 'list-link': (props : StyleFunctionProps) => ({
+ color: mode('#282a36', '#f8f8f2')(props),
+ textDecoration: "none"
})
}
},