diff --git a/biscuit/core/static/bootstrap_colours.scss b/biscuit/core/static/bootstrap_modified.scss similarity index 100% rename from biscuit/core/static/bootstrap_colours.scss rename to biscuit/core/static/bootstrap_modified.scss diff --git a/biscuit/core/templates/core/base.html b/biscuit/core/templates/core/base.html index 728687ed0bebad80c3c147e274fe6dbfd8838090..e100dc39dc31462e77dd027c45c9c5e4b65b97d7 100644 --- a/biscuit/core/templates/core/base.html +++ b/biscuit/core/templates/core/base.html @@ -7,7 +7,7 @@ {% fa_css %} {% include_css "DataTables-Bootstrap4" %} <title>{% block bootstrap4_title %}BiscuIT School Information System{% endblock %}</title> - <link rel="stylesheet" href="{% sass_src 'bootstrap_colours.scss' %}" /> + <link rel="stylesheet" href="{% sass_src 'bootstrap_modified.scss' %}" /> <link rel="stylesheet" href="{% static 'css/style.css' %}" /> <link rel="shortcut icon" href="#" /> {% endblock %}