Hi, just installed your app – generally happy with it, but I didn't understand at first, why all of the links in the Markdown files have a different color than in the Markdown editor.
Turns out you use var(--color-text-lighter) while nextcloud/text uses var(--color-primary-element). Any particular reason why?
This is the location of the relevant CSS line: https://github.com/eneiluj/welcome/blob/fac2ca03a6512e1145c13dd3344213321d825135/src/views/Dashboard.vue#L146
Hi, just installed your app – generally happy with it, but I didn't understand at first, why all of the links in the Markdown files have a different color than in the Markdown editor.
Turns out you use
var(--color-text-lighter)while nextcloud/text usesvar(--color-primary-element). Any particular reason why?This is the location of the relevant CSS line: https://github.com/eneiluj/welcome/blob/fac2ca03a6512e1145c13dd3344213321d825135/src/views/Dashboard.vue#L146