🎨 font size

This commit is contained in:
Vanessa 2023-09-26 12:43:13 +08:00
parent aa22b4892a
commit 713aba12e2
6 changed files with 36 additions and 15 deletions

View file

@ -34,7 +34,6 @@
&--small {
padding: 0 8px;
font-size: 12px;
line-height: 16px;
}
&--secondary {

View file

@ -297,7 +297,7 @@
.hljs {
border-radius: var(--b3-border-radius);
padding: 22px 4px;
padding: 1.6em 4px;
font-size: 85%;
overflow: auto;
font-family: var(--b3-font-family-code);
@ -548,7 +548,7 @@
font-size: 85%;
line-height: 1.625;
background-color: var(--b3-theme-surface);
padding: 22px 4px;
padding: 1.6em 4px;
box-sizing: border-box;
border-radius: var(--b3-border-radius) 0 0 var(--b3-border-radius);
width: 3.6em;