diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 9488169c..f2b34c33 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -751,7 +751,7 @@ style attribute { .dark .ant-tag-purple { background-color: #2c1e32; border-color: #49394e; - color: #f2eaf1; + color: #cfb9cc; } .dark .ant-modal-content, diff --git a/web/html/login.html b/web/html/login.html index 5f7f8220..82b85964 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -70,7 +70,7 @@ left: 50%; width: 6000px; height: 6000px; - background: #000; + background-color: rgba(14, 73, 181, 0.08); margin-left: -3000px; transform-origin: 50% 48%; border-radius: 46%; @@ -85,9 +85,6 @@ animation: wave 80s infinite linear; opacity: 0.1; } - .wave { - background: #0e49b515; - } .under { background-color: #dce9f5; }