diff options
Diffstat (limited to 'frontend/site/projects/museum/views/artists.css')
| -rw-r--r-- | frontend/site/projects/museum/views/artists.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/frontend/site/projects/museum/views/artists.css b/frontend/site/projects/museum/views/artists.css index 66c7005..fb20fb7 100644 --- a/frontend/site/projects/museum/views/artists.css +++ b/frontend/site/projects/museum/views/artists.css @@ -28,10 +28,11 @@ } .page-artists .artist-big-name { font-size: 17.4vh; + text-shadow: 0 0 10px #FF790D; + transition: text-shadow 0.2s; } .page-artists .artist-big-name:hover { - /*color: white;*/ - text-shadow: 0 0 5px #FF790D; + text-shadow: 0 0 0px #FF790D; } .page-artists .artist-list { display: flex; @@ -96,7 +97,7 @@ fill: #FF790D; } -.page-artists .artist-close { +.artist-close { position: fixed; top: 0; right: 0; @@ -104,7 +105,7 @@ cursor: pointer; text-decoration: none; } -.page-artists .artist-close img { +.artist-close img { width: 2rem; } |
