small CSS fix for `pre' blocks

This commit is contained in:
Phuntsok Drak-pa 2019-09-06 16:50:21 +02:00
parent 2254a1e0bd
commit d5e50691b3
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,8 @@ a {
}
th,
td {
td,
pre {
border: 1px solid #263646;
}

View File

@ -114,6 +114,10 @@ p {
text-align: justify;
}
pre {
box-shadow: 3px 3px 3px rgba(1, 1, 1, .6);
}
h1,
h2,
h3,