Make posts tags in pages.meet have different color and style
This commit is contained in:
parent
ee75bdca9d
commit
d34b4f0ae9
|
@ -131,7 +131,7 @@ main {
|
|||
}
|
||||
.meet.item .status-content .text {
|
||||
margin: 0;
|
||||
text-align: justify;
|
||||
text-align: center;
|
||||
font-size: 1.2em;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
@ -139,9 +139,12 @@ main {
|
|||
margin: 0 !important;
|
||||
}
|
||||
.meet.item .status-content .text a {
|
||||
color: #fdc4ff;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
.meet.item .status-content .text a.mention,
|
||||
.meet.item .status-content .text a.hashtag { color: #fdc4ff }
|
||||
.meet.item .status-content .text a.link { color: #b8e4ff }
|
||||
.meet.item .status .profile { padding: 1em 2em; }
|
||||
.meet.item .status .date {
|
||||
width: max-content;
|
||||
|
|
Loading…
Reference in New Issue