Skip to content

Commit

Permalink
add debugallStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
maldestor95 committed May 18, 2024
1 parent 26d247f commit c0c9e43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ a:visited{
}

.debug {
@apply border-2 border-solid border-red-500
@apply border-2 border-solid border-violet-600
}
.debugall > * {
@apply border-2 border-solid border-red-500

}
h1 {
@apply text-5xl;
Expand Down

0 comments on commit c0c9e43

Please sign in to comment.