diff --git a/admin/dashboard/templates/base.html b/admin/dashboard/templates/base.html index 8c57d5f..5317f28 100644 --- a/admin/dashboard/templates/base.html +++ b/admin/dashboard/templates/base.html @@ -262,14 +262,14 @@ } .el-button--primary { - background: var(--tech-accent) !important; - border-color: var(--tech-accent) !important; + background: #2f6bff !important; + border-color: #2f6bff !important; color: #ffffff !important; } .el-button--primary:hover, .el-button--primary:focus { - background: var(--tech-accent-2) !important; - border-color: var(--tech-accent-2) !important; + background: #1f5ad6 !important; + border-color: #1f5ad6 !important; color: #ffffff !important; } .el-button--success,