diff options
| author | yum <yum.food.vr@gmail.com> | 2023-06-27 01:47:53 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-06-27 01:50:40 -0700 |
| commit | 8ff761153b7de23a9556f2af179ab3bf4b9849a5 (patch) | |
| tree | 0c7b2a1c54e5ccab6f5b6ad45207c5071ec69afc /BrowserSource/index.html | |
| parent | 40e0202f5954c475c9c48155b95bc4dc67433242 (diff) | |
Add grey background to browser src
Should improve legibility.
* Update README
Diffstat (limited to 'BrowserSource/index.html')
| -rw-r--r-- | BrowserSource/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
