make the page title a clickable link
This commit is contained in:
parent
1d2ce8d701
commit
c89f32eeab
2 changed files with 16 additions and 1 deletions
|
@ -444,6 +444,21 @@ h1.page-title {
|
|||
margin-bottom: 0;
|
||||
margin-left: 32px;
|
||||
font-size: 1.25rem;
|
||||
|
||||
& a {
|
||||
color: var(--text-color);
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (hover: none) {
|
||||
h1.page-title a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
/* Style the `new` link on the homepage */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue