Fix ox-html link embed text styling

This commit is contained in:
TEC 2023-11-14 19:47:05 +08:00
parent b8b89ad115
commit 9ce7fe8bf2
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
3 changed files with 3 additions and 6 deletions

View File

@ -143,7 +143,7 @@ div.link-preview {
max-height: 5em;
padding-left: 0.5em;
a {
color: initial;
color: inherit;
text-decoration: none;
}
img {

View File

@ -1486,7 +1486,7 @@ div.link-preview {
max-height: 5em;
padding-left: 0.5em; }
div.link-preview a {
color: initial;
color: inherit;
text-decoration: none; }
div.link-preview img {
border-right: 1px solid var(--back-medium);

File diff suppressed because one or more lines are too long