feat: appwide darkmode toggle and daemon connection check
This commit is contained in:
@@ -21,25 +21,6 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dark-input {
|
||||
padding: 12px 20px;
|
||||
margin: 8px 0;
|
||||
|
||||
/* Colors & Background */
|
||||
background-color: #1e1e1e;
|
||||
color: #ffffff;
|
||||
border: 1px solid #333333;
|
||||
border-radius: 8px; /* Soft rounded corners */
|
||||
|
||||
/* Typography */
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 16px;
|
||||
|
||||
/* Smooth Transition */
|
||||
transition: all 0.3s ease;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@keyframes slideIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user