Make posts tags in pages.meet have different color and style

This commit is contained in:
Niko 2022-02-17 22:31:43 +01:00
parent ee75bdca9d
commit d34b4f0ae9
1 changed files with 5 additions and 2 deletions

View File

@ -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;