Mark internal links on light style too.
This commit is contained in:
parent
d023955ee0
commit
c8b3a99e7a
@ -192,6 +192,13 @@ li .tag::after {
|
|||||||
content: ":: ";
|
content: ":: ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.internal::before {
|
||||||
|
content: '{ ';
|
||||||
|
}
|
||||||
|
a.internal::after {
|
||||||
|
content: ' }';
|
||||||
|
}
|
||||||
|
|
||||||
/* Code blocks */
|
/* Code blocks */
|
||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -300,12 +307,6 @@ tr.__table-separator {
|
|||||||
a {
|
a {
|
||||||
color: #00fdf2;
|
color: #00fdf2;
|
||||||
}
|
}
|
||||||
a.internal::before {
|
|
||||||
content: '{ ';
|
|
||||||
}
|
|
||||||
a.internal::after {
|
|
||||||
content: ' }';
|
|
||||||
}
|
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
color: #f7da4a;
|
color: #f7da4a;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user