From 8ff761153b7de23a9556f2af179ab3bf4b9849a5 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 27 Jun 2023 01:47:53 -0700 Subject: Add grey background to browser src Should improve legibility. * Update README --- BrowserSource/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'BrowserSource/index.html') diff --git a/BrowserSource/index.html b/BrowserSource/index.html index d3ab777..000f366 100644 --- a/BrowserSource/index.html +++ b/BrowserSource/index.html @@ -32,6 +32,7 @@ success: function(data) { var transcript = data.transcript; $('#transcript').html(transcript); + $('#transcript').css("background-color", "#00000080"); }, error: function(jqXHR, textStatus, errorThrown) { console.error('Error getting transcript: ', textStatus, errorThrown); -- cgit v1.2.3