Commit 2400c951 by o.kimura

T144 準備中リンクの色変更

parent 0786d71c
Showing with 4 additions and 1 deletions
......@@ -54,8 +54,11 @@ a:hover {
text-decoration: underline;
}
a.prepare {
color: #666666;
}
a.prepare:hover {
color: #4371ba;
color: #666666;
text-decoration: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment