Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/551e6e2e5b7c7d01ed3e8d8021d9622c080b8329/UI/Shared/Styles/card.less You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Shared/Styles/card.less

11 lines
242 B

@import "../../Content/prefixer";
.card(@color : #e1e1e1 ) {
margin : 10px;
background-color : #ffffff;
padding : 10px;
color : #444444;
.box-shadow( 0px 0px 10px 1px @color);
.border-radius(3px);
12 years ago
}