mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 22:02:42 +00:00
Added DocWrapper and Link component to address link issues
This commit is contained in:
@@ -34,6 +34,14 @@
|
||||
text-transform: unset;
|
||||
}
|
||||
|
||||
.navlink{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.navlink:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user