暗色 计划任务编辑框

This commit is contained in:
Bard 2022-08-26 13:58:35 +08:00 committed by GitHub
parent 441fe81387
commit 365bc0f14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -636,6 +636,12 @@ input,
[data-page="admin-system-opkg"] h2 {
color: #ccc !important;
}
textarea {
background-color: rgb(43, 43, 43);
color: #cccccc;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
-webkit-backdrop-filter: blur(var(--blur-radius-dark));