pleroma/app/styles/neenster.scss

35 lines
668 B
SCSS
Raw Normal View History

2020-05-28 15:52:07 -07:00
@import 'soapbox-light/variables';
2020-03-27 13:59:38 -07:00
$gab-brand-default: #34565c;
$gab-background-base-light: #f6fbfb;
$gab-background: $gab-background-base-light;
$ui-base-color: #e9f6f5;
$ui-highlight-color: $gab-brand-default;
$nav-ui-highlight-color: #2da8be;
$ui-base-lighter-color: darken(#2da8be, 35%);
@import 'application';
2020-05-28 15:52:07 -07:00
@import 'soapbox-light/diff';
2020-03-27 13:59:38 -07:00
.public-layout {
background: $gab-brand-default url("../images/neenster/fish.gif");
.brand {
filter: brightness(0%) invert(100%);
}
.brand__tagline {
2020-05-28 17:58:37 -07:00
color: #fff;
2020-03-27 13:59:38 -07:00
}
.header .nav-link {
2020-05-28 17:58:37 -07:00
color: #fff;
&:hover,
&:focus,
&:active {
2020-03-27 13:59:38 -07:00
color: $gab-background-base-light;
}
}
}