mastodon/app/javascript/skins/cybrespace/cybrespace/common.scss

26 lines
406 B
SCSS

@import 'components';
@import 'cybre';
@import '~flavours/glitch/styles/index';
.search-popout {
color: $dark-text-color;
background-color: $ui-secondary-color;
h4 {
color: $dark-text-color;
}
}
.fa-star::before {
content: "\f0c7";
}
.status__content .status__content__text,
.reply-indicator__content .status__content__text {
display: block;
}
.status__avatar {
position: initial;
}