fix link color
This commit is contained in:
parent
382b6fd6dc
commit
e379b85b9c
1 changed files with 1 additions and 4 deletions
|
@ -106,10 +106,6 @@
|
|||
height: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.claim-preview--large {
|
||||
|
@ -191,6 +187,7 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100%;
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.claim-preview-metadata {
|
||||
|
|
Loading…
Reference in a new issue