Remove tags from toc

This commit is contained in:
Thomas Dehaeze 2020-11-26 19:55:57 +01:00
parent e468196eba
commit 4d39cb9e18

View File

@ -7,7 +7,7 @@
overflow-x:hidden;
overflow-y:scroll;
height:100%;
background:#343131;
background: #343131;
z-index:200;
scrollbar-base-color: #1F1D1D;
scrollbar-arrow-color: #b3b3b3;
@ -68,7 +68,7 @@
font-weight:bold;
text-transform:uppercase;
font-size:80%;
color:#2980B9;
color: $color-primary;
white-space:nowrap;
}
@ -117,7 +117,7 @@
h2 {
z-index:200;
background-color:#2980B9;
background-color: $color-primary-background;
text-align:center;
padding:0.809em;
display:block;
@ -125,6 +125,11 @@
font-size: 100%;
margin-bottom:0.809em;
}
// Do not display tags in the ToC
.tag {
display: none;
}
}