From 9415fa378333984c736c3716401f13b35ca75b16 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Thu, 3 Oct 2024 08:50:46 -0700 Subject: [PATCH] Improve infolink visuals Signed-off-by: Justin Georgi --- src/css/detect.css | 3 +-- src/pages/detect.vue | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/css/detect.css b/src/css/detect.css index d137d0f..dbe646e 100644 --- a/src/css/detect.css +++ b/src/css/detect.css @@ -150,8 +150,7 @@ .structure-info { position: absolute; z-index: 3; - color: rgb(15, 32, 108); - background: yellow; + color: #0f206c; border-radius: 100%; } diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 0de0000..419d4e9 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -30,8 +30,7 @@ :style="`display: ${(imageLoaded || videoAvailable) ? 'block' : 'none'}; flex: 1 1 0%; max-width: 100%; max-height: 100%; min-width: 0; min-height: 0; background-size: contain; background-position: center; background-repeat: no-repeat; z-index: 2;`" >