Skip to content

Commit

Permalink
Update tabs.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee authored May 27, 2024
1 parent 9602afb commit 7ed05c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions autocorrect-website/src/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@apply ml-3 select-none;

&:hover {
@apply bg-gray-100;
@apply bg-gray-100 dark:hover-gray-900;
}
}

Expand All @@ -41,19 +41,19 @@
}

.tabs > input:checked + label {
@apply border-gray-300;
border-bottom: 1px solid #fff;
@apply border-gray-300 dark:border-gray-700;
border-bottom: 1px solid transparent;
margin-bottom: -1px;
}

.tabs .tab-panel {
@apply border-gray-300 border-t py-4 px-2 md:w-[640px] mx-auto;
@apply border-gray-300 dark:border-gray-700 border-t py-4 px-2 md:w-[640px] mx-auto;

p {
@apply mb-4;
}

pre {
@apply bg-gray-100 p-3 rounded-sm;
@apply p-3 rounded-sm;
}
}

0 comments on commit 7ed05c9

Please sign in to comment.