diff --git a/src/ui/webUserInterface.py b/src/ui/webUserInterface.py index dd6533b..80a0411 100644 --- a/src/ui/webUserInterface.py +++ b/src/ui/webUserInterface.py @@ -31,6 +31,8 @@ border: 1px solid #2a4a5a; border-radius: 4px; cursor: pointer; font-family: monospace; font-size: 1rem; } button:hover { background: #1f4a63; } + button.danger { background: #4a1620; border-color: #7a2a35; } + button.danger:hover { background: #63202c; } input { width: 100%; padding: .6rem; font-family: monospace; font-size: 1rem; background: #163345; color: #e0f0ff; border: 1px solid #2a4a5a; border-radius: 4px; } @@ -41,15 +43,34 @@
Connecting…