fixed styling for precode blocks
This commit is contained in:
@@ -361,12 +361,12 @@ body.dark-mode td {
|
||||
border-color: #444;
|
||||
}
|
||||
body.dark-mode th {
|
||||
background: #1e1e1e;
|
||||
background: #121212;
|
||||
}
|
||||
|
||||
body.dark-mode code,
|
||||
body.dark-mode pre {
|
||||
background: #1e1e1e;
|
||||
background: #121212;
|
||||
color: #c8c8c8;
|
||||
}
|
||||
|
||||
@@ -379,7 +379,7 @@ body.dark-mode input,
|
||||
body.dark-mode select,
|
||||
body.dark-mode textarea,
|
||||
body.dark-mode button {
|
||||
background: #1e1e1e;
|
||||
background: #121212;
|
||||
color: #e0e0e0;
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user