increase pre border-radius to 5px
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
surtur 2022-03-29 18:24:43 +02:00
parent 62f0d16540
commit 927909be60
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -49,7 +49,7 @@ pre {
white-space: pre;
color: #eee;
background: transparent;
border-radius: 4px;
border-radius: 5px;
// -webkit-overflow-scrolling: touch;
code {