Update samy.css

This commit is contained in:
2025-11-26 20:06:45 -05:00
parent 3b4a3cd785
commit 0bd7c0cc1a

View File

@@ -1,4 +1,3 @@
:root {
/* Cool Palette */
--background-color: rgba(18, 18, 18, 1);
@@ -195,7 +194,11 @@ body {
/* Inputs / buttons in password & dropdown areas */
#PasswordContainer,
#dattoRmmContainer {
margin-top: 1em;
margin: 16px 0;
padding: 10px 12px;
border-radius: 8px;
background-color: var(--dark-gray-color);
border: 1px solid var(--border-color);
}
#PasswordContainer input,