mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 12:37:50 +00:00
css: fix border transparency stuff
This commit is contained in:
parent
5e66ce06ce
commit
3d082a541d
1 changed files with 3 additions and 3 deletions
|
@ -171,7 +171,7 @@ body {
|
||||||
@apply wrap-anywhere;
|
@apply wrap-anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(:has(> code:only-child)):not(:has(> img)) {
|
&:not(:has(> code:only-child), :has(> img)) {
|
||||||
@apply px-1;
|
@apply px-1;
|
||||||
|
|
||||||
&:not(.font-mono) {
|
&:not(.font-mono) {
|
||||||
|
@ -230,8 +230,8 @@ body {
|
||||||
code:not(pre > code) {
|
code:not(pre > code) {
|
||||||
@apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white;
|
@apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white;
|
||||||
|
|
||||||
a:hover &:not(:only-child, :is(h1, h2, h3, h4, h5, h6) *),
|
a:is(:hover, :active) /* TODO: :only-child selector doesn't have effect. */
|
||||||
a:active &:not(:only-child, :is(h1, h2, h3, h4, h5, h6) *) {
|
&:not(:where(h1, h2, h3, h4, h5, h6) code):only-child {
|
||||||
@apply border-transparent;
|
@apply border-transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue