aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-15 12:13:55 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-15 12:13:55 +0100
commite5fbf7423f2b06829619d6e1258089de3661763d (patch)
tree447e8a092912b1adf03b38b39d001f7d189873e7 /pyblackbird_cc/static
parenta6e798d147ed5f8c653def9fa4bcb1e50f7687c8 (diff)
Fixes file paths for custom css.
Diffstat (limited to 'pyblackbird_cc/static')
-rw-r--r--pyblackbird_cc/static/css/custom.css2
-rw-r--r--pyblackbird_cc/static/scss/custom.scss20
2 files changed, 10 insertions, 12 deletions
diff --git a/pyblackbird_cc/static/css/custom.css b/pyblackbird_cc/static/css/custom.css
index 6057333..e81102c 100644
--- a/pyblackbird_cc/static/css/custom.css
+++ b/pyblackbird_cc/static/css/custom.css
@@ -2198,5 +2198,3 @@ progress {
font-size: 0.875rem;
border-radius: 0.2rem;
}
-
-/*# sourceMappingURL=custom.css.map */
diff --git a/pyblackbird_cc/static/scss/custom.scss b/pyblackbird_cc/static/scss/custom.scss
index 49c080c..98b73e8 100644
--- a/pyblackbird_cc/static/scss/custom.scss
+++ b/pyblackbird_cc/static/scss/custom.scss
@@ -2,22 +2,22 @@
// Option B: Include parts of Bootstrap
// 1. Include functions first (so you can manipulate colors, SVGs, calc, etc)
-@import "../../../bootstrap/scss/functions";
+@import "../bootstrap/scss/functions";
// 2. Include any default variable overrides here
$primary: #51635EFF;
// 3. Include remainder of required Bootstrap stylesheets
-@import "../../../bootstrap/scss/variables";
-@import "../../../bootstrap/scss/mixins";
+@import "../bootstrap/scss/variables";
+@import "../bootstrap/scss/mixins";
// 4. Include any optional Bootstrap components as you like
-@import "../../../bootstrap/scss/root";
-@import "../../../bootstrap/scss/reboot";
-@import "../../../bootstrap/scss/type";
-@import "../../../bootstrap/scss/images";
-@import "../../../bootstrap/scss/containers";
-@import "../../../bootstrap/scss/grid";
-@import "../../../bootstrap/scss/buttons";
+@import "../bootstrap/scss/root";
+@import "../bootstrap/scss/reboot";
+@import "../bootstrap/scss/type";
+@import "../bootstrap/scss/images";
+@import "../bootstrap/scss/containers";
+@import "../bootstrap/scss/grid";
+@import "../bootstrap/scss/buttons";
// 5. Add additional custom code here