mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-12 09:04:14 +02:00
GH-1960 - Fixing link color on card (Personal Server) (#2087)
* Fixing link color on card (Personal Server) * Updating UI * Updating css
This commit is contained in:
parent
9290194529
commit
ac5d408859
@ -1,5 +1,13 @@
|
||||
/* Markdown Editor */
|
||||
|
||||
.product-wrapper {
|
||||
.octo-editor-preview {
|
||||
a {
|
||||
color: rgba(var(--link-color-rgb), 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.MarkdownEditor {
|
||||
cursor: text;
|
||||
|
||||
@ -13,8 +21,6 @@
|
||||
|
||||
.octo-editor-preview {
|
||||
a {
|
||||
color: rgba(var(--link-color-rgb), 1);
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user