Visually identify internal links.

This commit is contained in:
Sergio Martínez Portela 2022-10-23 21:50:33 +02:00
parent 2eab1b4351
commit 955dc433df
2 changed files with 11 additions and 2 deletions

View file

@ -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;
}