浏览代码

Merge pull request #1141 from kkrisstoff/404-link-color

link class added
master
yanas 9 年前
父节点
当前提交
752f4dd5de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      404.html

+ 1
- 1
404.html 查看文件

@@ -6,7 +6,7 @@
6 6
 <body>
7 7
     <div class="error_page">
8 8
         <h2>404 Not Found</h2>
9
-        <p class="error_page__message">You can create new conversation <a href="/">here</a></p>
9
+        <p class="error_page__message">You can create new conversation <a class="link" href="/">here</a></p>
10 10
     </div>
11 11
 </body>
12 12
 </html>

正在加载...
取消
保存