summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/overlay.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-06 17:55:03 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-06 17:55:03 +0200
commit3aaf2bc7e150670088835d065b3136362b37d8c1 (patch)
tree200344ac7b691c40bbded3d12ec975ae4021f7fb /frontend/site/projects/museum/views/overlay.css
parent7b127b4cbf2f83b17a7abc2ccc4af5fda178a476 (diff)
charles texts
Diffstat (limited to 'frontend/site/projects/museum/views/overlay.css')
-rw-r--r--frontend/site/projects/museum/views/overlay.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/frontend/site/projects/museum/views/overlay.css b/frontend/site/projects/museum/views/overlay.css
index 1a00b95..6483b28 100644
--- a/frontend/site/projects/museum/views/overlay.css
+++ b/frontend/site/projects/museum/views/overlay.css
@@ -5,16 +5,11 @@
}
.text-overlay {
position: fixed;
- background: black;
- border: 2px solid;
padding: 1rem;
font-size: 1rem;
font-family: 'Helvetica', sans-serif;
cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-33.png) 50 50, pointer;
- color: #FF790D;
- max-width: 400px;
- max-height: 400px;
- overflow: auto;
+ color: #000;
}
.text-overlay::-webkit-scrollbar {
background: transparent;
@@ -25,5 +20,9 @@
}
.text-overlay p {
margin: 0 0 1rem 0;
- line-height: 1.3;
+ line-height: 1.7;
+}
+.text-overlay h2 {
+ font-family: 'Druk Wide', sans-serif;
+ font-size: 22px;
}