Highlight headings on link target.

master
Nabile Rahmani 2018-04-14 04:07:02 +02:00
parent 9a5233c5ea
commit fcfa76ed62
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ h1 {
font-size: 2em;
}
h1:target, h2:target, h3:target, h4:target, h5:target, h6:target {
text-shadow: 0em 0em 0.2em;
}
a {
color: #1E6BB8;
text-decoration: none;