mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
CSS Fix. Don't hilight titles links.
This commit is contained in:
parent
bab39c9800
commit
5b1dd2f3f1
1 changed files with 5 additions and 1 deletions
|
|
@ -63,6 +63,10 @@ a:hover, a:active {
|
|||
text-shadow: 1px 1px 1px #333;
|
||||
}
|
||||
|
||||
h1 a:hover {
|
||||
background-color: inherit
|
||||
}
|
||||
|
||||
/* Paragraphs */
|
||||
p {margin-bottom: 1.143em;}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue