standarize configuration

This commit is contained in:
Mivinci 2022-11-09 20:51:50 +08:00
parent e4522e429a
commit 37351acf91
17 changed files with 150 additions and 108 deletions

View file

@ -1,10 +1,11 @@
.chroma code {
color: #d4d4d4;
.chroma {
margin: .5em 0;
background-color: #222222;
border-radius: 2px;
}
.chroma {
background-color: #222222;
margin: .5em 0;
.chroma code {
color: #d4d4d4;
}
/* LineTableTD */