From 8e3274dd2cdee72fa2c54283630d04331a58406a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 26 Apr 2021 11:29:52 +0200 Subject: orange text on charles --- frontend/site/projects/museum/text-overlays.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend/site/projects/museum/text-overlays.js') diff --git a/frontend/site/projects/museum/text-overlays.js b/frontend/site/projects/museum/text-overlays.js index 8367d02..186c1e0 100644 --- a/frontend/site/projects/museum/text-overlays.js +++ b/frontend/site/projects/museum/text-overlays.js @@ -1,5 +1,5 @@ -export const DEFAULT_ICON = "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png" -export const DEFAULT_CLOSED_ICON = "/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-41.png" +export const DEFAULT_ICON = "/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png" +export const DEFAULT_CLOSED_ICON = "/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-41.png" export const TEXT_OVERLAYS = { /* nora al-badri */ @@ -127,17 +127,17 @@ export const TEXT_OVERLAYS = { } }, 'nilthamrong-home': { - icon: '/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png', + icon: '/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png', style: { right: '3rem', transform: 'scale(1)', - cursor: 'url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png) 50 50, pointer', + cursor: 'url(/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png) 50 50, pointer', }, textStyle: { - cursor: 'url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png) 50 50, pointer', + cursor: 'url(/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-103.png) 50 50, pointer', fontFamily: "Druk Wide", fontSize: "1.5vw", - color: "#fff", + // color: "#fff", textShadow: "0px 2px 6px rgba(0,0,0,0.5)", textAlign: "justify", }, -- cgit v1.2.3-70-g09d2