[frontend] Add styling for mfm links and URLs
This commit is contained in:
parent
db1de23484
commit
ba0d9f64f7
2 changed files with 15 additions and 1 deletions
|
@ -55,9 +55,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
::deep {
|
||||
.link-node {
|
||||
color: var(--link);
|
||||
}
|
||||
}
|
||||
|
||||
::deep {
|
||||
.url-node {
|
||||
color: var(--link);
|
||||
}
|
||||
}
|
||||
|
||||
::deep {
|
||||
.hashtag-node {
|
||||
text-decoration-line: none;
|
||||
color: var(--link);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
--highlight-color: #544d77;
|
||||
--hover-color: #544f6f;
|
||||
--accent-color: linear-gradient(to right, #9A92FF, #8372F5);
|
||||
--notice-color: #ffc684
|
||||
--notice-color: #ffc684;
|
||||
--link: #9E9EFF
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue