From a20da98081b91bcdb8d02c68edf6fcccf8fb046a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 16 Apr 2021 21:33:09 +0200 Subject: basic jakrawal --- frontend/site/projects/museum/views/essay.css | 33 ++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'frontend/site/projects/museum/views/essay.css') 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; -- cgit v1.2.3-70-g09d2