1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: reduce font size in table of contents

This commit is contained in:
Sébastien Helleu
2021-12-04 15:38:47 +01:00
parent 0a14441d35
commit ae891ab322
+4
View File
@@ -108,6 +108,10 @@ td {
border-right: none;
}
#toc.toc2 > ul {
font-size: .9em;
}
@media screen and (max-width:767px) {
#toc.toc2 {
background-color: var(--body-bg-color);