Fixes to notification style issues mostly

This commit is contained in:
shpuld 2018-04-10 19:25:24 +03:00
parent 8835c98529
commit 6a5116c349
4 changed files with 162 additions and 143 deletions

View file

@ -391,6 +391,11 @@ nav {
}
}
.faint {
color: $fallback--faint;
color: var($fallback--faint, --faint);
}
@media all and (max-width: 959px) {
.mobile-hidden {
display: none;