ui: initial tooltips

This commit is contained in:
Dobin
2024-07-21 11:15:09 +01:00
parent 5466bca399
commit 59210a3508
3 changed files with 33 additions and 4 deletions
+5 -1
View File
@@ -75,4 +75,8 @@
width: 100%; /* Span the full width of the container */
margin: 20px 0; /* Add some vertical spacing */
}
.opsec_good { color: green; }
.opsec_bad { color: red; }
.opsec_neutral { color: orange; }