Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/eb65c584d23f68bdde8ecb04779b041cea73af98 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update main.scss

pull/1387/head
dalcon007 8 years ago committed by GitHub
parent e8321376ba
commit eb65c584d2

@ -36,8 +36,8 @@
// variables.less link and gradient background
$head-primary: #7b4397 ;
$head-secondary: #dc2430 ;
$theme-primary: #fdcc52 ;
$theme-secondary: #fdc539 ;
$theme-primary: #df691a ;
$theme-secondary: #ff2300 ;
$theme-dark: #222;
// Import partials from `sass_dir` (defaults to `_sass`)

Loading…
Cancel
Save