diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-28 15:04:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-28 15:04:42 +0200 |
| commit | d694c33c873f766cbeafbe8f8dfdc4a0c762e8ad (patch) | |
| tree | 4e2963746de84a0a1b4c1d9c695a3bd9486760fe /animism-align/frontend/app/views/viewer/nav/eflux.css | |
| parent | 6dee2e599081bd9d8176dff8620287eeafaa851d (diff) | |
invert nav color if background is black
Diffstat (limited to 'animism-align/frontend/app/views/viewer/nav/eflux.css')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/nav/eflux.css | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/nav/eflux.css b/animism-align/frontend/app/views/viewer/nav/eflux.css index 93c9449..d04b85c 100644 --- a/animism-align/frontend/app/views/viewer/nav/eflux.css +++ b/animism-align/frontend/app/views/viewer/nav/eflux.css @@ -10,7 +10,12 @@ top: 20px; left: 28px; } -.eflux-logo img { +.eflux-logo svg { +/* + width: 218.3px; + height: 65px; +*/ + width: 94px; height: 28px; } .eflux-nav { @@ -18,7 +23,23 @@ top: 23px; right: 32px; } -.eflux-nav img { +.eflux-nav svg { + width: 26px; height: 20px; margin-left: 34px; } + +.eflux-header svg path { + fill: #000; + transition: fill 0.5s; +} +.eflux-header svg line { + stroke: #000; + transition: stroke 0.5s; +} +.eflux-header.black svg path { + fill: #fff; +} +.eflux-header.black svg line { + stroke: #fff; +} |
