Added VTE widget; css changes; format cleanup

This commit is contained in:
2024-11-08 22:46:07 -06:00
parent 33c0827ca2
commit cca007db76
7 changed files with 143 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
html, body {
display: block;
background-color: #32383e00;
// background-color: #32383e00;
background-color: rgba(39, 43, 52, 0.64);
color: #ffffff;
text-wrap: wrap;
}