Added stronger typing in settings; logging loading times; css changes to transparency

This commit is contained in:
2024-10-20 15:06:20 -05:00
parent fafc1a985f
commit f2b33066af
5 changed files with 67 additions and 58 deletions

View File

@@ -43,6 +43,6 @@
/* Other message text colors */
.errorTxt { color: rgb(170, 18, 18); }
.warningTxt { color: rgb(255, 168, 0); }
.successTxt { color: rgb(136, 204, 39); }
.error-txt { color: rgb(170, 18, 18); }
.warning-txt { color: rgb(255, 168, 0); }
.success=txt { color: rgb(136, 204, 39); }