diff --git a/bs.js b/bs.js index fdba2f0..87f1451 100644 --- a/bs.js +++ b/bs.js @@ -1,6 +1,6 @@ var browserSync = require('browser-sync'); var themeName = 'vre2024'; -var siteUrl = 'https://library_local.lndo.site'; +var siteUrl = 'https://d10test.islandarchives.ca'; var cssWatchDir = 'css/**/*.css'; var themePath = '/themes/custom/vre2024'; var filesToServe = '.'; diff --git a/css/islandora_mods.css b/css/islandora_mods.css new file mode 100644 index 0000000..e69de29 diff --git a/vre2024.libraries.yml b/vre2024.libraries.yml index 662a031..4b61dde 100644 --- a/vre2024.libraries.yml +++ b/vre2024.libraries.yml @@ -22,6 +22,7 @@ global-styling: css/elements.css: {} css/shortcodes.css: {} css/homepage.css: {} + css/islandora_mods.css: {} css/clear.css: {} css/extra.css: {} css/responsive.css: {}