List of used discourse plugins, themes and customizations

Plugins


Themes/components

https://meta.discourse.org/t/focus-full-screen-composer-mode/85399


Customizations

@mixin fAwesome ($fa, $col) {
    &:link, &:visited, &.bullet::before {
        color: $col;
    }
    &.bullet::before {
        content: $fa;
    }
    font-size: 1em;
}

[data-tag-name="tech"]  { @include fAwesome("\f109", #008080); }
[data-tag-name="books"] { @include fAwesome("\f02d", #85144b); }
[data-tag-name="games"] { @include fAwesome("\f11b", #FF851B); }
[data-tag-name="music"] { @include fAwesome("\f025", #A2C785); }
[data-tag-name="science-fiction"] { @include fAwesome("\f5d2", #051e3e); }

no longer used stuff