framework/extensions/markdown/less/forum.less

15 lines
282 B
Plaintext
Raw Normal View History

/*
* 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;
}
}