diff --git a/css/style.css b/css/style.css index 187bd16..3d0ff8a 100644 --- a/css/style.css +++ b/css/style.css @@ -586,17 +586,17 @@ code .nd { color: #9FAD7E; } /* CSS pseudo selector */ } #super-list li a { color: #222; -/* font-weight: bold;*/ } #super-list li.doc a { background: #3CF; } #super-list li.demo a { background: #FC3; } +#super-list li.link a { background: #E58; color: white; } -#super-list li a:hover, -#super-list li a.doc:hover, -#super-list li a.demo:hover { +#super-list li a:hover { background: white; } +#super-list li.link a:hover { color: #222; } + #super-list.masonry li { width: 216px; } diff --git a/index.html b/index.html index d6c906f..f9e4a5a 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ layout: nil