Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/1d0f18e8f149b9bc502a6ca68fb038add63eb4fb/UI/Content/Overrides/browser.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/Content/Overrides/browser.less

18 lines
282 B

12 years ago
html {
overflow : -moz-scrollbars-vertical;
overflow-y : scroll;
}
button::-moz-focus-inner, a::-moz-focus-inner {
border : 0;
}
a:focus {
outline : none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
text-transform : capitalize;
font-weight : 300;
}