change code colors

This commit is contained in:
quenousimporte 2024-03-22 15:54:17 +01:00
parent 87a2cbc949
commit d77defe68e
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ body::-webkit-scrollbar-thumb {
/* colors */
.color-code {
color:lightgray;
background-color:var(--black);
color:var(--black);
background-color:lightgrey;
}
.color-heading-mark {