Skip to content

Commit

Permalink
increase specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd authored Jan 27, 2025
1 parent e7cf831 commit f650086
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/nuejs.org/@lib/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
gap: 1.5em;

/* tabs */
details {
/* increase specificity */
&& details {
border: none;
}

Expand All @@ -28,4 +29,4 @@
text-decoration: 3px underline var(--main-500);
text-underline-offset: 10px;
}
}
}

0 comments on commit f650086

Please sign in to comment.