Skip to content
Snippets Groups Projects
admin-bootstrap.css 353 B
Newer Older
/*
    Load both the django admin base style and bootstrap -- but make sure bootstrap is loaded first to override all critical theme settings from bootstrap with the default admin style.
    This especially fixes the dark theme.
*/
@import "/static/common/css/bootstrap.css";
@import "../../admin/css/base.css";
Benjamin Hättasch's avatar
Benjamin Hättasch committed
@import "/static/common/css/custom.css";