improve headline target colour
This commit is contained in:
10
style.css
10
style.css
@@ -422,11 +422,11 @@ blockquote p, q p {
|
|||||||
|
|
||||||
/* HIGHLIGHTING ACTIVE ANCHOR ITEMS */
|
/* HIGHLIGHTING ACTIVE ANCHOR ITEMS */
|
||||||
:target {
|
:target {
|
||||||
background: #F5DEB3; /* For browsers that do not support gradients */
|
background: #A5DFF4; /* 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: -webkit-linear-gradient(left,rgba(190,223,238,1),rgba(190,223,238,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: -o-linear-gradient(right,rgba(190,223,238,1),rgba(190,223,238,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: -moz-linear-gradient(right,rgba(190,223,238,1),rgba(190,223,238,0)); /*Fx 3.6-15*/
|
||||||
background: linear-gradient(to right, rgba(245,222,179,1), rgba(245,222,179,0)); /*Standard*/
|
background: linear-gradient(to right, rgba(190,223,238,1), rgba(190,223,238,0)); /*Standard*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-device-width: 400px) {
|
@media only screen and (max-device-width: 400px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user