diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-23 15:32:24 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-23 15:32:29 +0200 |
| commit | e56ea5c56f5cfacaabfd323f26886cb9cd11955c (patch) | |
| tree | 7344e7915092693a31b149dd4a32b687be075e8f /frontend/site/projects/museum/views/mobile.css | |
| parent | 0e0cc3d34d85a4f075e03a1d7e51cee9ded3028e (diff) | |
revisions
Diffstat (limited to 'frontend/site/projects/museum/views/mobile.css')
| -rw-r--r-- | frontend/site/projects/museum/views/mobile.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/frontend/site/projects/museum/views/mobile.css b/frontend/site/projects/museum/views/mobile.css index 8d68121..0059f94 100644 --- a/frontend/site/projects/museum/views/mobile.css +++ b/frontend/site/projects/museum/views/mobile.css @@ -10,13 +10,18 @@ } .home-footer a { display: inline-block; - padding: 4.5rem; + padding: 5vh; color: #ff790d; font-family: "Druk Wide", sans-serif; - font-size: 3vh; + font-size: 3.4vh; font-style: italic; text-decoration: none; cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-05.png) 50 50, pointer; + text-shadow: 0 0 5px rgba(0,0,0,0.7); + transition: text-shadow 0.1s; +} +.home-footer a:hover { + text-shadow: 0 0 5px rgba(255, 120, 13, 1.0); } @media only screen and (max-device-height: 500px) { @@ -62,6 +67,7 @@ .home-footer a { padding: 0.5rem 1rem; font-size: 1rem; + text-shadow: 0 0 5px rgba(0,0,0,0.7); } /* footer */ |
