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.