31 lines
456 B
CSS
31 lines
456 B
CSS
#post-info > h1 {
|
|
margin-block: 0.8rem;
|
|
}
|
|
|
|
#post-info > p {
|
|
font-weight: bolder;
|
|
margin-block: .2em;
|
|
opacity: .9;
|
|
}
|
|
|
|
#post-info > img {
|
|
margin-block: .2em;
|
|
}
|
|
|
|
#post-cont {
|
|
--anchoro-opacity: .5;
|
|
font-size: var(--font-size);
|
|
line-height: var(--line-height);
|
|
letter-spacing: 0.01em;
|
|
}
|
|
|
|
#post-cont *[id]:hover {
|
|
--anchoro-opacity: 1;
|
|
}
|
|
|
|
#post-cont *[id] > a {
|
|
transition: .2s;
|
|
margin-inline: .3em;
|
|
opacity: var(--anchoro-opacity);
|
|
}
|