diff options
Diffstat (limited to 'frontend/site/projects/museum/views/overlay.css')
| -rw-r--r-- | frontend/site/projects/museum/views/overlay.css | 13 |
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; } |
