mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
#79: Change theme color UI
This commit is contained in:
@@ -37,7 +37,7 @@ public class ThemeResource extends BaseResource {
|
||||
// Build the stylesheet
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(new Selector(".navbar")
|
||||
.rule("background-color", themeConfig.getString("color", "inherit")));
|
||||
.rule("background-color", themeConfig.getString("color", "#263238")));
|
||||
|
||||
return Response.ok().entity(sb.toString()).build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user