summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/text.overlay.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-26 11:29:52 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-26 11:29:52 +0200
commit8e3274dd2cdee72fa2c54283630d04331a58406a (patch)
treef9daf8c2321d7a7b3679d65d3139d7b1ebf306b9 /frontend/site/projects/museum/views/text.overlay.css
parente56ea5c56f5cfacaabfd323f26886cb9cd11955c (diff)
orange text on charles
Diffstat (limited to 'frontend/site/projects/museum/views/text.overlay.css')
-rw-r--r--frontend/site/projects/museum/views/text.overlay.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/site/projects/museum/views/text.overlay.css b/frontend/site/projects/museum/views/text.overlay.css
index 3c4c43b..f127669 100644
--- a/frontend/site/projects/museum/views/text.overlay.css
+++ b/frontend/site/projects/museum/views/text.overlay.css
@@ -4,7 +4,7 @@
top: 1rem;
right: 2rem;
transform: scale(0.7);
- cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png) 50 50, pointer;
+ cursor: url(/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png) 50 50, pointer;
}
.text-overlay {
position: fixed;
@@ -19,7 +19,7 @@
font-family: "Druk Wide", sans-serif;
font-size: 1.6vw;
padding: 1rem 10vw 1rem 10rem;
- cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-41.png) 50 50, pointer;
+ cursor: url(/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-41.png) 50 50, pointer;
overflow: auto;
}
.text-overlay::-webkit-scrollbar {