소스 검색

style: 备案号字体改为白色

Co-Authored-By: Claude <noreply@anthropic.com>
skyline 1 개월 전
부모
커밋
f62d777995
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      admin-web-new/src/style/login.css
  2. 2 2
      admin-web/src/views/login/index.vue

+ 2 - 2
admin-web-new/src/style/login.css

@@ -251,12 +251,12 @@ html.dark .login-header p {
 
 .login-icp-footer-mobile a {
   font-size: 13px;
-  color: #909399;
+  color: #fff;
   text-decoration: none;
 }
 
 .login-icp-footer-mobile a:hover {
-  color: #606266;
+  color: #ccc;
   text-decoration: underline;
 }
 

+ 2 - 2
admin-web/src/views/login/index.vue

@@ -269,11 +269,11 @@ onMounted(() => {
 }
 .login-icp-footer a {
 	font-size: 13px;
-	color: #999;
+	color: #fff;
 	text-decoration: none;
 }
 .login-icp-footer a:hover {
-	color: #666;
+	color: #ccc;
 	text-decoration: underline;
 }
 </style>