diff options
Diffstat (limited to 'frontend/site/projects/museum/views/essay.css')
| -rw-r--r-- | frontend/site/projects/museum/views/essay.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/frontend/site/projects/museum/views/essay.css b/frontend/site/projects/museum/views/essay.css index 129c768..a3cae05 100644 --- a/frontend/site/projects/museum/views/essay.css +++ b/frontend/site/projects/museum/views/essay.css @@ -18,8 +18,15 @@ .page .home-link.black { color: #000; } +.page .home-link.language-link { + position: fixed; + top: 2.2rem; + left: 0; +} - +.page-essay.page-artists .artist-list .artists-heading { + margin-bottom: 1rem; +} .page-essay.page-artists .artist-list { justify-content: flex-start; } @@ -35,6 +42,7 @@ padding-bottom: 10vh; } .page-essay .page-title { + text-shadow: 0 0 5px #000; cursor: pointer; font-size: 10vw; } @@ -83,7 +91,8 @@ } .globe path { /*stroke: rgb(255, 121, 13);*/ - stroke: rgb(0, 0, 0); + /*stroke: rgb(0, 0, 0);*/ + stroke: rgb(255, 255, 255); stroke-miterlimit: 10; stroke-linecap: round; stroke-linejoin: round; @@ -97,8 +106,13 @@ font-family: 'Druk Wide', sans-serif; text-transform: uppercase; font-size: 2vw; + color: white; + text-shadow: 0 0 3px #fff; cursor: pointer; } +.globe .globe-image .number:hover { + text-shadow: 0 0 6px #fff; +} .page a.jules-link { font-weight: normal; |
