Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/f677967100b9ab4568c53504f43d776c42b2484c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
36 additions and
1 deletions
@ -20,4 +20,37 @@
accent : $ombi-dark-app-accent ,
)
) , $ ombi-dark-app-accent ) ;
@include angular-material-theme ( $theme ) ;
. mat-table {
background : $ombi-background-accent ;
}
. mat-paginator {
background : $ombi-background-accent ;
}
. mat-flat-button . mat-primary , . mat-raised-button . mat-primary , . mat-fab . mat-primary , . mat-mini-fab . mat-primary {
background-color : $ombi-background-accent ;
}
. mat-flat-button . mat-accent , . mat-raised-button . mat-accent , . mat-fab . mat-accent , . mat-mini-fab . mat-accent {
color : $ombi-active-text ;
}
. mat-menu-panel {
background : $ombi-background-accent ;
}
. mat-form-field-appearance-outline . mat-focused . mat-form-field-outline-thick {
color : $ombi-active ;
}
. mat-form-field . mat-focused . mat-form-field-label {
color : $ombi-active ;
}
. mat-input-element {
caret-color : $ombi-active ;
}
@ -68,6 +68,8 @@ td.mat-cell {
}
}
: : ng-deep # main-container . mat-table {
background : $ombi-background-accent ;
}
/ / General Buttons CSS