@@ -21,13 +21,13 @@ const cards = [
2121 },
2222 },
2323 {
24- name: " value-log " ,
25- repo: " https://github.com/fjall-rs/value-log " ,
26- description: " Log-structured value log for key-value separated storage " ,
24+ name: " sfa " ,
25+ repo: " https://github.com/fjall-rs/sfa " ,
26+ description: " Minimal, flat file archive encoding/decoding library " ,
2727 license: " MIT / Apache" ,
2828 colors: {
29- title: " text-pink -700 dark:text-pink -300" ,
30- card: " hover:border-pink -500 hover:bg-pink -500" ,
29+ title: " text-amber -700 dark:text-amber -300" ,
30+ card: " hover:border-amber -500 hover:bg-amber -500" ,
3131 },
3232 },
3333 {
@@ -57,9 +57,9 @@ const cards = [
5757 class = { ` ${card .colors .card } flex flex-col gap-2 rounded-lg border border-gray-500 border-opacity-30 bg-white bg-opacity-5 p-3 transition-all hover:bg-opacity-5 ` }
5858 >
5959 <div class = " flex items-center justify-between gap-2" >
60- <h3 class = { ` ${card .colors .title } text-xl font-medium ` } >{ card .name } </h3 >
60+ <h3 class = { ` ${card .colors .title } font-medium ` } >{ card .name } </h3 >
6161 </div >
62- <div class = " opacity-75" >{ card .description } </div >
62+ <div class = " opacity-75 text-sm " >{ card .description } </div >
6363 <div class = " grow" />
6464 <div class = " flex" >
6565 <div class = " rounded bg-black bg-opacity-20 px-2 py-1 text-xs font-semibold" >
@@ -73,7 +73,7 @@ const cards = [
7373
7474 <h2 class =" mb-3 italic" >Sponsors</h2 >
7575 <div class =" flex flex-wrap gap-8" >
76- <a href =" https://sqlsync.dev" target =" _blank" >
76+ <a class = " hover:opacity-80 transition-opacity " href =" https://sqlsync.dev" target =" _blank" >
7777 <img class =" max-w-80 dark:hidden" src =" /logos/orbitinghail.svg" alt =" Orbitinghail" />
7878 <img
7979 class =" max-w-80 hidden dark:block"
0 commit comments