Skip to content

Commit

Permalink
feat(web): testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktarnaj committed Nov 26, 2024
1 parent ef3cd53 commit 8653bf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shared/styles/core.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ section {
width: 100%;
}

span:not(:empty):not(:has(*)) {
span > b:not(:empty):not(:has(*))::before {
content: ' ';
}

span > span:not(:empty):not(:has(*)) {
color: red;
}

0 comments on commit 8653bf9

Please sign in to comment.