1
0
mirror of https://github.com/flarum/core.git synced 2025-10-11 15:04:25 +02:00
Files
php-flarum/extensions/markdown/less/forum.less
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;
}
}