diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-29 00:16:58 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-29 00:16:58 -0400 |
| commit | 0772ae0522be1fde19362ab7bb0808e13b4f382c (patch) | |
| tree | ace0520ea131fe85297286d3185d2e00ae0ef93f /src/client/views/LightboxView.scss | |
| parent | 82a74549a6b1c942fabaf8396c450b70d65e81dd (diff) | |
fixed equation box resizing to stay in place. fixedlightbox to have a black foreground color so equations can be seen. fixed function plots to translate more of the math syntax
Diffstat (limited to 'src/client/views/LightboxView.scss')
| -rw-r--r-- | src/client/views/LightboxView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/LightboxView.scss b/src/client/views/LightboxView.scss index 9a9b8a437..6da5c0338 100644 --- a/src/client/views/LightboxView.scss +++ b/src/client/views/LightboxView.scss @@ -67,6 +67,7 @@ z-index: 1000; .lightboxView-contents { position: absolute; + color: black; } .lightboxView-navBtn-frame { position: absolute; |
