Update header

This commit is contained in:
Jan Kremer 2026-03-15 12:12:13 +01:00
parent b1e32b2c9f
commit aa8a58141d
No known key found for this signature in database
4 changed files with 17 additions and 6 deletions

View file

@ -157,12 +157,18 @@ svg {
margin: 0.5rem;
vertical-align: middle;
fill: light-dark(var(--uchu-yin), var(--uchu-yang));
@media (prefers-color-scheme: dark) {
path {
fill: white;
}
}
}
&.active {
text-decoration: underline;
text-decoration-color: var(--uchu-blue);
}
}
header {
@ -206,7 +212,7 @@ article {
height: auto;
margin: 0;
figcaption > p {
figcaption>p {
margin: 0.25rem 0 2rem;
font-family: var(--sans-serif);
text-align: center;
@ -218,7 +224,7 @@ article {
height: auto;
}
> p:nth-of-type(2)::first-letter {
>p:nth-of-type(2)::first-letter {
font-size: 3.3rem;
float: left;
line-height: 3rem;
@ -302,6 +308,7 @@ footer {
width: 0.75rem;
vertical-align: middle;
margin: 0 1px;
@media (prefers-color-scheme: dark) {
path {
fill: white;
@ -364,4 +371,4 @@ code {
margin: 0;
padding: 0;
}
}
}