mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 18:54:21 +01:00
🎨 font size
This commit is contained in:
parent
aa22b4892a
commit
713aba12e2
6 changed files with 36 additions and 15 deletions
|
|
@ -34,7 +34,6 @@
|
|||
&--small {
|
||||
padding: 0 8px;
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
&--secondary {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue