Merge pull request #1439 from danielyxie/dev

Change highlight color
This commit is contained in:
hydroflame
2021-10-08 02:06:11 -04:00
committed by GitHub

View File

@ -20,7 +20,7 @@ body {
}
.rst-content .highlighted {
background: #060;
background: #333;
box-shadow: none;
}