Increase contrast background on pre

feature/oscar-theme
Segundo Fdez 2022-03-10 18:59:55 +01:00
parent 93339f464a
commit 5aefe63def
2 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ i, em {
/* box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3); */ /* box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3); */
padding: var(--spacing-3); padding: var(--spacing-3);
border-radius: 4px; border-radius: 4px;
background-color: red; background-color: #111111 !important;
} }
.post-detail ul { .post-detail ul {
padding-left: 1rem; padding-left: 1rem;

View File

@ -57,7 +57,7 @@
/* box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3); */ /* box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.3); */
padding: var(--spacing-3); padding: var(--spacing-3);
border-radius: 4px; border-radius: 4px;
background-color: red; background-color: #111111 !important;
} }
ul { ul {
padding-left: 1rem; padding-left: 1rem;