fix bg color

This commit is contained in:
Jonas Duri 2019-02-03 08:51:12 +01:00
parent 099ff20d2c
commit 12265014ac

View File

@ -248,7 +248,7 @@ ol.terminal-toc li::before {
counter-increment: item;
position: absolute;
right: 0;
background: white;
background: var(--background-color);
padding: 4px 0 4px 4px;
bottom: -8px
}