Visually identify internal links.
This commit is contained in:
parent
2eab1b4351
commit
955dc433df
2 changed files with 11 additions and 2 deletions
|
@ -300,6 +300,12 @@ tr.__table-separator {
|
|||
a {
|
||||
color: #00fdf2;
|
||||
}
|
||||
a.internal::before {
|
||||
content: '{ ';
|
||||
}
|
||||
a.internal::after {
|
||||
content: ' }';
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: #f7da4a;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue