Added DocWrapper and Link component to address link issues

This commit is contained in:
Lakshya Thakur
2020-10-24 18:32:45 +05:30
parent ebb35a0833
commit 8298755373
5 changed files with 60 additions and 8 deletions
+8
View File
@@ -34,6 +34,14 @@
text-transform: unset;
}
.navlink{
cursor: pointer;
}
.navlink:hover{
text-decoration: underline;
}
summary {
cursor: pointer;
}