1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-02 14:07:47 +00:00

blog(nix-iceberg): even more text

This commit is contained in:
RGBCube 2025-06-05 18:42:50 +03:00
parent 3abff9ebd1
commit 104140528a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 198 additions and 24 deletions

View file

@ -171,7 +171,7 @@ html, body {
@apply wrap-anywhere;
}
&:not(:has(> code:only-child)) {
&:not(:has(> code:only-child)):not(:has(> img)) {
@apply px-1;
&:not(.font-mono) {
@ -230,8 +230,8 @@ html, body {
code:not(pre > code) {
@apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white;
a:hover &:not(:is(h1, h2, h3, h4, h5, h6) *),
a:active &:not(:is(h1, h2, h3, h4, h5, h6) *) {
a:hover &:not(:only-child, :is(h1, h2, h3, h4, h5, h6) *),
a:active &:not(:only-child, :is(h1, h2, h3, h4, h5, h6) *) {
@apply border-transparent;
}
}
@ -252,9 +252,7 @@ html, body {
}
& li::before {
@apply pr-1;
content: "[" counter(item) "]";
content: counter(item) ". ";
}
}