Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,169: Line 1,169:
     text-decoration: none;
     text-decoration: none;
}
}
.tweet-quote .tweet-username {
.tweet-quote .tweet-username {
     color: #555 !important;
     color: #555 !important;
     font-size: 0.85rem; /* or 'inherit' if you want identical size too */
     font-size: 0.85rem; /* or 'inherit' if you want identical size too */
}
/* Header tweaks inside quoted tweets */
.tweet-quote .tweet-header {
    margin: 0 0 0.5rem;
    gap: 0.5rem;
}
}