style code blocks

This commit is contained in:
David Benqué 2020-03-12 15:28:26 +00:00
parent cd5c9739ad
commit a442f77851

View File

@ -190,6 +190,12 @@
img {
max-width: 100%;
}
pre > code {
border: none;
padding: 5px;
margin: 0;
background-color: @cryptpad_color_light_grey;
}
table {
color: @cryptpad_text_col;
border-color: @cryptpad_text_col;