d4rkstar commented on issue #67:
URL: 
https://github.com/apache/openserverless-site/issues/67#issuecomment-3121468470

   @ane1990  sorry for the delay. 
   
   I experience a difference between the links on Google Chrome and Safari. 
But.. as you may notice in your dark mode screenshot, the link are gray on 
black (the should be white on black, and the selected have to be red).
   
   So there's a problem with css in.
   
   Here the problem on Chrome (and Safari too) with light mode:
   
   <img width="1722" height="1244" alt="Image" 
src="https://github.com/user-attachments/assets/99b77540-001c-49e1-acff-dda2bcdd1388";
 />
   
   Even on Firefox in dark mode there is a difference:
   
   <img width="1626" height="1532" alt="Image" 
src="https://github.com/user-attachments/assets/af228690-28a5-4f33-b3c4-25d375aef0e5";
 />
   
   Try to add a:
   
   ```css
   .td-sidebar-toc a {
       color: color-mix(in srgb, var(--link-light) 80%, black) !important;
     }
   ```
   
   inside the `assets/scss/_styles_project.scss` file


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to