Bug #1770
Topic links don't respect custom stylesheet on launch
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
11/01/2021
Due date:
% Done:
0%
Estimated time:
Version:
0.13.1
OS:
Linux
Description
I have a very minimal stylesheet that changes link colors:
Palette {
/* Link colors */
link: #03a9f4;
link-visited: #AB47BC;
}
On launch, topic links are displayed in the default color ie not the color from my stylesheet. If I disable the stylesheet, apply, re-enable it, apply, and then select a different channel that has a link in its topic, the color is correctly applied.
History
#1 Updated by Edward357Johnson about 17 hours ago
On launch, your stylesheet may not be applying link colors immediately. You can try using !important in your CSS rules to prioritize them, check for any CSS conflicts, or use JavaScript to force apply the styles on page load. These steps can help ensure your link colors are correctly applied when the page loads. https://www.choice-advantages.com