website: chart style changes

This commit is contained in:
nym21
2026-02-11 12:22:32 +01:00
parent 1d63b8901d
commit 121928bc57
11 changed files with 448 additions and 274 deletions

View File

@@ -171,7 +171,6 @@ html {
scrollbar-color: var(--off-color) var(--background-color);
scrollbar-width: thin;
overflow: hidden;
interpolate-size: allow-keywords;
}
input {
@@ -218,7 +217,6 @@ label {
gap: 0.25rem;
> span.colors {
margin-top: 0.15rem;
display: flex;
width: 0.625rem;
height: 0.625rem;
@@ -375,6 +373,12 @@ sup {
font-weight: 500;
}
summary > small {
margin-left: 0.375rem;
opacity: 0.5;
font-weight: 300;
}
small {
color: var(--off-color);
font-weight: var(--font-weight-base);
@@ -387,7 +391,13 @@ small {
select + & {
font-weight: var(--font-weight-base);
font-size: var(--font-size-xs);
margin-left: -0.5rem !important;
+ span {
color: var(--off-color);
font-weight: 400;
font-size: 1rem;
line-height: 1;
}
}
}