1
Fork 0

Adjust line height for code

This commit is contained in:
Jan-Erik Rediger 2022-11-21 22:57:14 +01:00
parent 6d2db2bdf3
commit 31f4038d8e

View file

@ -41,6 +41,7 @@ pre {
border: rgba(0,0,0,.1) solid; border: rgba(0,0,0,.1) solid;
border-width: 1px; border-width: 1px;
border-radius: 2px; border-radius: 2px;
line-height: 1.2rem;
/* cobalt's highlighting sets inline values, so we need to overwrite them */ /* cobalt's highlighting sets inline values, so we need to overwrite them */
background-color: #f7f7f7 !important; background-color: #f7f7f7 !important;