Skip to content

Commit

Permalink
fix cursor issue on page for a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Feb 6, 2024
1 parent 547c611 commit 4ef54dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions css/nukehub.css
Original file line number Diff line number Diff line change
Expand Up @@ -1616,6 +1616,13 @@ textarea {
margin-block-start: var(--mb-0-5);
margin-block-end: var(--mb-0-5);
}
.page a:not([class]) {
color: var(--color);
}
.page a:not([class]):hover {
text-decoration: underline;
cursor: pointer;
}
.page ul {
padding-left: 1.5rem;
list-style-type: disc;
Expand Down
Loading

0 comments on commit 4ef54dc

Please sign in to comment.