mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-10 23:18:39 +00:00
reduce line height for code blocks
This commit is contained in:
parent
3b8e2140f4
commit
1f9ace91af
|
|
@ -49,7 +49,7 @@ article {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
border-left: 3px solid var(--button-colored-background);
|
border-left: 3px solid var(--button-colored-background);
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
line-height: 1.5rem;
|
line-height: 1rem;
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user