improve light theme

This commit is contained in:
outfoxxed 2024-11-08 20:20:38 -08:00
parent 5e253ef331
commit aed59a3f75
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 24 additions and 38 deletions

View file

@ -152,13 +152,7 @@
.type-datatype {
color: #808080;
opacity: 0.8;
width: max-content;
transition: opacity 0.5s;
& > a {
opacity: inherit;
}
}
.typeprops {

View file

@ -57,7 +57,7 @@
}
.c-breadcrumbs {
--color-link-breadcrumbs: hsl(var(--accent-600));
--color-link-breadcrumbs: hsl(var(--link));
margin-top: 0.5rem;
margin-bottom: 0.318rem;
max-width: 100svw;

View file

@ -4,19 +4,6 @@
margin-block: 0 !important;
}
.typedocs-title-text {
letter-spacing: 0.012rem;
& a {
opacity: 0.6;
transition: opacity 0.5s;
&:hover {
opacity: 1;
}
}
}
.typedata-title {
margin-bottom: 1.618rem;