diff --git a/style.css b/style.css index 8148fd4f..4b5b45c5 100644 --- a/style.css +++ b/style.css @@ -1224,6 +1224,7 @@ button { margin: 30px 0; } + .form-container .divider::before { content: ""; position: absolute; @@ -1297,7 +1298,16 @@ button { padding-left: 40px; } - +/*.form-container .btn { + background-color: var(--text-color); + color: var(--background-color); + padding: 12px; + margin: 10px 0; + justify-content: center; + align-items: center; + transition: transform 0.2s ease-in-out; +} +*/ .password-toggle { position: absolute; left: 3px; @@ -1521,11 +1531,11 @@ body.dark .support a { transition: background-color 0.3s ease, color 0.3s ease; } -.btn-primary:hover { +/*.btn-primary:hover { background-color: var(--background-color); color: var(--light); padding: 2px; -} + */ .object-fit { max-height: 120px;