ソースを参照

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

link class added
master
yanas 8年前
コミット
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>

読み込み中…
キャンセル
保存