Minor styling fix

This commit is contained in:
Angelos Chalaris
2017-12-25 01:09:56 +02:00
parent 0be830b0d8
commit 0ac9abcc4e

View File

@ -163,3 +163,11 @@ label#menu-toggle {
main {
padding: 0;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
background: none !important;
}