Add linkable titles
This commit is contained in:
parent
d5c4331921
commit
e391ddb7a1
8 changed files with 64 additions and 29 deletions
|
@ -2,6 +2,25 @@
|
|||
|
||||
// https://fortawesome.github.io/Font-Awesome/3.2.1/icons/
|
||||
|
||||
h1:hover a.title-link,
|
||||
h2:hover a.title-link,
|
||||
h3:hover a.title-link,
|
||||
h4:hover a.title-link,
|
||||
h5:hover a.title-link,
|
||||
h6:hover a.title-link {
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
left: -50px;
|
||||
padding-right: 40px;
|
||||
font-family: "FontAwesome";
|
||||
content: "\f0c1"
|
||||
}
|
||||
}
|
||||
|
||||
f0c1
|
||||
|
||||
.ha-title {
|
||||
white-space: nowrap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue