Merge branches 'theme_base' and 'theme_cybre' into cybrespace-3.0

This commit is contained in:
khr 2019-10-13 13:16:00 -07:00
commit e0ebb89b65
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,10 @@
max-width: 400px;
min-width: 330px;
}
.layout-multiple-columns .column {
flex-grow: 1 !important;
max-width: 400px;
}
}
/* Don't show outline around statuses if we're in

View File

@ -272,7 +272,7 @@ body.about-body {
}
}
.status__content a, .reply-indicator__content a,
.status__content a.unhandled-link, .reply-indicator__content a.unhandled-link {
.status__content a,
.status__content a.unhandled-link {
color: mix($ui-highlight-color, $ui-secondary-color, 10%);
}