浏览代码

feat(fe): change brand text color in block page

delong.wang 1 年之前
父节点
当前提交
990bdfb0e4
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      blockpage/index.html
  2. 1 1
      blockpage/limited.html
  3. 1 1
      blockpage/maintaining.html
  4. 1 1
      blockpage/not_found.html

+ 1 - 1
blockpage/index.html

@@ -64,7 +64,7 @@
         bottom: 32px;
         left: 0;
         width: 100%;
-        color: #a8a8a8;
+        color: rgba(0, 0, 0, 0.3);
         font-size: 10px;
         text-align: center;
       }

+ 1 - 1
blockpage/limited.html

@@ -63,7 +63,7 @@
         bottom: 32px;
         left: 0;
         width: 100%;
-        color: #a8a8a8;
+        color: rgba(0, 0, 0, 0.3);
         font-size: 10px;
         text-align: center;
       }

+ 1 - 1
blockpage/maintaining.html

@@ -53,7 +53,7 @@
         bottom: 32px;
         left: 0;
         width: 100%;
-        color: #a8a8a8;
+        color: rgba(0, 0, 0, 0.3);
         font-size: 10px;
         text-align: center;
       }

+ 1 - 1
blockpage/not_found.html

@@ -58,7 +58,7 @@
         bottom: 32px;
         left: 0;
         width: 100%;
-        color: #a8a8a8;
+        color: rgba(0, 0, 0, 0.3);
         font-size: 10px;
         text-align: center;
       }