# HG changeset patch # User KAMADA Kei # Date 1355806164 -32400 # Node ID 16a614868b97fe3c08f8dcb76b11b4e91060137b # Parent ea18892e15d112e6f1d2be9839226fbffa1f7637 リンクの色変更。リンクにカーソルをあてると色が変わります。 diff -r ea18892e15d1 -r 16a614868b97 skip.css --- a/skip.css Tue Dec 18 13:46:03 2012 +0900 +++ b/skip.css Tue Dec 18 13:49:24 2012 +0900 @@ -4,7 +4,7 @@ */ body {background: azure;} -p{color:A01A1A;} +p{color:#A01A1A;} -a:hover{background:pink;} +a:hover{background:#FFB0F3;}