mirror of https://gitlab.com/bashrc2/epicyon
Set content visibility
parent
708163860b
commit
f25a090dfb
|
@ -84,6 +84,7 @@ body, html {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
image-rendering: var(--rendering);
|
image-rendering: var(--rendering);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, u {
|
a, u {
|
||||||
|
|
|
@ -103,6 +103,7 @@ body, html {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
image-rendering: var(--rendering);
|
image-rendering: var(--rendering);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
@ -918,6 +919,7 @@ aside .toggle-inside li {
|
||||||
min-width: 950px;
|
min-width: 950px;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
.timeline {
|
.timeline {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -1393,6 +1395,7 @@ aside .toggle-inside li {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
.timeline {
|
.timeline {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -1871,6 +1874,7 @@ aside .toggle-inside li {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
.timeline {
|
.timeline {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -251,6 +251,7 @@ body, html {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
image-rendering: var(--rendering);
|
image-rendering: var(--rendering);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
@ -1126,6 +1127,7 @@ h3 {
|
||||||
min-width: 950px;
|
min-width: 950px;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-family: var(--header-font);
|
font-family: var(--header-font);
|
||||||
|
@ -1932,6 +1934,7 @@ h3 {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-family: var(--header-font);
|
font-family: var(--header-font);
|
||||||
|
@ -2728,6 +2731,7 @@ h3 {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
line-height: var(--line-spacing);
|
line-height: var(--line-spacing);
|
||||||
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-family: var(--header-font);
|
font-family: var(--header-font);
|
||||||
|
|
Loading…
Reference in New Issue