Action to set theme, render theme CSS
This commit is contained in:
parent
170b436705
commit
67a7adb9a9
6 changed files with 3 additions and 3 deletions
BIN
app/soapbox/actions/theme.js
Normal file
BIN
app/soapbox/actions/theme.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/reducers/theme.js
Normal file
BIN
app/soapbox/reducers/theme.js
Normal file
Binary file not shown.
BIN
app/soapbox/utils/theme.js
Normal file
BIN
app/soapbox/utils/theme.js
Normal file
Binary file not shown.
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue