mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
813f8692f0
* Add user-customizable theming. Closes #1915 * Prettified Code! * Add user-customizable theming. Closes #1915 * Add explicit color for page content background * Prettified Code! Co-authored-by: gabek <gabek@users.noreply.github.com>
4 lines
103 B
Bash
Executable file
4 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mv build/variables.css ../styles/variables.css
|
|
mv build/variables.less ../styles/theme.less
|