fix background color in dark mode preview for code blocks

ft.librem5
Manuel Genovés 2019-03-09 14:50:12 +01:00
parent 66ccfb47c3
commit 5618ff38b6
1 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ code {
padding: 0.2em 0.4em; padding: 0.2em 0.4em;
margin: 0; margin: 0;
font-size: 85%; font-size: 85%;
background-color: rgba(27,31,35,0.05); background-color: #fafbfc9d;
color: #1b1f23; color: #1b1f23;
border-radius: 3px; border-radius: 3px;
} }
@ -508,7 +508,7 @@ pre {
overflow: auto; overflow: auto;
font-size: 85%; font-size: 85%;
line-height: 1.45; line-height: 1.45;
background-color: #f6f8fa; background-color: #f6f8faf1;
border-radius: 3px; border-radius: 3px;
} }