File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export async function DocsChangelog() {
6565                  { entry . title . replace ( 'Docs Update: ' ,  '' ) } 
6666                </ a > 
6767              </ h3 > 
68-               < div  className = "flex flex-wrap items-center gap-3 text-sm text-gray-600" > 
68+               < div  className = "flex flex-wrap items-center gap-3 text-sm text-gray-600 dark:[color:rgb(210,199,218)] " > 
6969                < time  dateTime = { entry . publishedAt } > 
7070                  { date . toLocaleDateString ( 'en-US' ,  { 
7171                    year : 'numeric' , 
@@ -84,7 +84,7 @@ export async function DocsChangelog() {
8484              </ div > 
8585            </ header > 
8686
87-             < p  className = "mb-4 text-gray-700" > { entry . description } </ p > 
87+             < p  className = "mb-4 text-gray-700 dark:[color:rgb(210,199,218)] " > { entry . description } </ p > 
8888
8989            { entry . filesChanged  &&  totalFiles  >  0  &&  ( 
9090              < details  className = "text-sm" > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments