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:
parent
3abff9ebd1
commit
104140528a
2 changed files with 198 additions and 24 deletions
|
@ -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) ". ";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue