diff options
Diffstat (limited to 'frontend/site/projects/museum/views/essay.css')
| -rw-r--r-- | frontend/site/projects/museum/views/essay.css | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/views/essay.css b/frontend/site/projects/museum/views/essay.css index 24917fd..0cc66a9 100644 --- a/frontend/site/projects/museum/views/essay.css +++ b/frontend/site/projects/museum/views/essay.css @@ -1,3 +1,25 @@ + +.page .home-link { + position: fixed; + top: 0; + left: 0; + padding: 1rem; + color: black; + font-family: 'Helvetica', sans-serif; + font-size: 1.2rem; + cursor: pointer; + user-select: none; + transition: color 0.1s; + color: rgb(255, 121, 13); +} +.page .home-link:hover { + color: #fff; +} +.page .home-link.black { + color: #000; +} + + .page-essay.page-artists .artist-list { justify-content: flex-start; } @@ -19,6 +41,14 @@ line-height: 1.4; } +.page-essay.page-artists .artist-detail.visible { + background: rgb(255, 121, 13); + color: #000; +} +.page.page-essay.page-artists .artist-detail.visible a { + color: #000; +} + .page-essay a:hover { text-decoration: underline; } @@ -46,7 +76,8 @@ width: 100%; } .globe path { - stroke: rgb(255, 121, 13); + /*stroke: rgb(255, 121, 13);*/ + stroke: rgb(0, 0, 0); stroke-miterlimit: 10; stroke-linecap: round; stroke-linejoin: round; |
