Fixes to notification style issues mostly
This commit is contained in:
parent
8835c98529
commit
6a5116c349
4 changed files with 162 additions and 143 deletions
|
@ -391,6 +391,11 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
.faint {
|
||||
color: $fallback--faint;
|
||||
color: var($fallback--faint, --faint);
|
||||
}
|
||||
|
||||
@media all and (max-width: 959px) {
|
||||
.mobile-hidden {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue