How to change the color of Hover popup links?
How to change the color of Hover popup links?
jwortmann
#2
If you only want to change the link color in the LSP popups, you can create a file mdpopups.css in the Packages/User folder with content:
.lsp_popup a {
color: peachpuff;
}
1 Like