Action to set theme, render theme CSS

This commit is contained in:
Alex Gleason 2020-05-30 19:05:01 -05:00
parent 170b436705
commit 67a7adb9a9
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
app/soapbox/utils/theme.js Normal file

Binary file not shown.

View file

@ -8,9 +8,9 @@ $ui-highlight-color: $gab-brand-default;
$nav-ui-highlight-color: #149dfb;
$ui-base-lighter-color: #b0c0cf;
:root {
--brand-color: #0482d8;
}
// :root {
// --brand-color: #0482d8;
// }
@import 'application';
@import 'soapbox-light/diff';