mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
remove underline from post links
This commit is contained in:
parent
e6d2355f3c
commit
115f69e348
@ -213,7 +213,7 @@ const PostBody = ({
|
|||||||
a {
|
a {
|
||||||
color: ${EStyleSheet.value('$primaryBlue')};
|
color: ${EStyleSheet.value('$primaryBlue')};
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline;
|
margin-right: 5;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
align-self: 'center';
|
align-self: 'center';
|
||||||
|
Loading…
Reference in New Issue
Block a user