diff --git a/style.css b/style.css index 8ed5e50..e837342 100644 --- a/style.css +++ b/style.css @@ -402,6 +402,15 @@ blockquote p, q p { display:inline; } +/* HIGHLIGHTING ACTIVE ANCHOR ITEMS */ +:target { + background: #F5DEB3; /* For browsers that do not support gradients */ + background: -webkit-linear-gradient(left,rgba(245,222,179,1),rgba(245,222,179,0)); /*Safari 5.1-6*/ + background: -o-linear-gradient(right,rgba(245,222,179,1),rgba(245,222,179,0)); /*Opera 11.1-12*/ + background: -moz-linear-gradient(right,rgba(245,222,179,1),rgba(245,222,179,0)); /*Fx 3.6-15*/ + background: linear-gradient(to right, rgba(245,222,179,1), rgba(245,222,179,0)); /*Standard*/ +} + @media only screen and (max-device-width: 400px) { .featured-box { max-width: 90%;