File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ button {
285285 border-left : 2px solid #262626 ;
286286 padding-left : 1rem ;
287287 margin : 1.5rem 0 ;
288- color : #666666 ;
288+ color : #8a8a8a ;
289289 font-style : italic ;
290290}
291291
Original file line number Diff line number Diff line change 6666 :id =" `L${lineNum}`"
6767 :key =" lineNum"
6868 :href =" `#L${lineNum}`"
69+ tabindex =" -1"
6970 class =" line-number block px-3 py-0 font-mono text-sm leading-6 cursor-pointer transition-colors no-underline"
7071 :class =" [
7172 isLineSelected(lineNum)
Original file line number Diff line number Diff line change 11<template >
22 <div class =" h-full w-full flex flex-col justify-center items-center bg-[#0a0a0a] text-[#fafafa]" >
33 <h1 class =" text-6xl font-medium tracking-tight" style =" font-family : ' Geist Mono' " >
4- <span class =" text-[#666666] " style =" letter-spacing : -0.1em " >./</span > npmx
4+ <span class =" text-fg-subtle " style =" letter-spacing : -0.1em " >./</span > npmx
55 </h1 >
66 <h1 class =" text-3xl font-medium tracking-tight" >a better browser for the npm registry</h1 >
77
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ withDefaults(
2222 {{ name }}
2323 </h1 >
2424
25- <div class =" flex items-center gap-6 mt-6 text-xl text-[#666666] " >
25+ <div class =" flex items-center gap-6 mt-6 text-xl text-fg-subtle " >
2626 <span >v{{ version }}</span >
2727 <span v-if =" downloads" >{{ downloads }}/wk</span >
2828 <span v-if =" license" >{{ license }}</span >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const config = computed(() => ({
5959 title: {
6060 text: lastDatapoint .value ,
6161 fontSize: 12 ,
62- color: ' #666666 ' ,
62+ color: ' #8A8A8A ' ,
6363 bold: false ,
6464 },
6565 verticalIndicator: {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export default defineConfig({
3939 fg : {
4040 DEFAULT : '#fafafa' ,
4141 muted : '#a1a1a1' ,
42- subtle : '#666666 ' ,
42+ subtle : '#8A8A8A ' ,
4343 } ,
4444 border : {
4545 DEFAULT : '#262626' ,
You can’t perform that action at this time.
0 commit comments