Appearance tweaks
actionLogDisplay had white-on-white text in dark mode: I've fixed color to be black now. added a title for the mini stream display during scans
This commit is contained in:
parent
13f39d5303
commit
20efaa2799
2 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ export default {
|
|||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
background-color: white;
|
||||
color: black;
|
||||
padding: 0.5em;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue