Skip to content

Commit 53630a6

Browse files
set transparency of foreground color in the TOC according the content
1 parent 7acb25b commit 53630a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/stylesheets/toc.xsl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
<title>Table of Contents</title>
1111
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1212
<style>
13+
html {
14+
font-family: Roboto;
15+
color: rgba(0, 0, 0, .87)
16+
}
1317
h1 {
1418
text-align: center;
1519
font-size: 20px;
16-
font-family: Roboto;
1720
}
1821
div {
1922
border-bottom: 1px dashed rgb(200,200,200);
@@ -34,7 +37,6 @@
3437
}
3538
ul {
3639
font-size: 20px;
37-
font-family: Roboto;
3840
padding-left: 0em;
3941
}
4042
ul ul {

0 commit comments

Comments
 (0)