feat: update styles and components for theme support; add FontAwesome icons
Some checks are pending
Upload to bunny / upload (1.22.3) (push) Waiting to run

This commit is contained in:
mr. M 2024-12-09 00:30:05 +01:00
parent e2eae44969
commit a594d343b4
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
12 changed files with 578 additions and 33 deletions

View file

@ -11,7 +11,7 @@ const date = new Date(Date.parse(`${year}-${month}-${day}`));
---
<section
class="relative mt-24 flex flex-col border-t pt-24 lg:flex-row"
class="relative mt-24 flex flex-col border-t border-dark/30 pt-24 lg:flex-row"
id={props.version}
>
<div class="mb-0 hidden lg:block ml-5 md:ml-10 mr-24 mt-1 h-fit min-w-52 text-xs text-muted-foreground">
@ -92,7 +92,7 @@ const date = new Date(Date.parse(`${year}-${month}-${day}`));
@apply !text-dark;
&:hover {
@apply !text-dark/70;
opactiy: 0.8 !important;
}
}
@ -100,7 +100,7 @@ const date = new Date(Date.parse(`${year}-${month}-${day}`));
transition: height 0.2s ease-in-out !important;
& li {
@apply !text-dark/70;
opacity: .5;
}
}
</style>