bigbuffet-rw/app/styles/cobalt.scss
2020-03-27 15:59:38 -05:00

16 lines
410 B
SCSS

@import 'gabsocial-light/variables';
$gab-brand-default: #1e00ff;
$gab-background-base-light: #f4f7ff;
$gab-background: $gab-background-base-light;
$ui-base-color: #f4f7ff;
$ui-highlight-color: $gab-brand-default;
$nav-ui-highlight-color: #818dff;
$ui-base-lighter-color: darken(#818dff, 35%);
@import 'application';
@import 'gabsocial-light/diff';
.floating-action-button {
filter: hue-rotate(-48deg);
}