2020-03-01 09:52:30 -05:00

15 lines
282 B
Plaintext

/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
.PostMention, .UserMention {
.spoiler & {
background: #444;
color: transparent;
padding: 0;
}
}