diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-26 11:29:52 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-26 11:29:52 +0200 |
| commit | 8e3274dd2cdee72fa2c54283630d04331a58406a (patch) | |
| tree | f9daf8c2321d7a7b3679d65d3139d7b1ebf306b9 /frontend/site/projects/museum/text-overlays.js | |
| parent | e56ea5c56f5cfacaabfd323f26886cb9cd11955c (diff) | |
orange text on charles
Diffstat (limited to 'frontend/site/projects/museum/text-overlays.js')
| -rw-r--r-- | frontend/site/projects/museum/text-overlays.js | 12 |
1 files changed, 6 insertions, 6 deletions
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", }, |
