changed code block font color

This commit is contained in:
quenousimporte 2023-11-14 16:52:53 +01:00
parent c055b44d6e
commit a68cb9e832
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ body::-webkit-scrollbar-thumb {
/* colors */
.color-code {
color:white;
color:lightgray;
background-color:rgb(55, 53, 47);
}