mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-30 12:15:16 +01:00
This commit is contained in:
parent
89418f95d4
commit
949bdb646f
5 changed files with 110 additions and 24 deletions
|
|
@ -15,6 +15,10 @@ a.b3-chip:hover {
|
|||
border-radius: 16px;
|
||||
transition: var(--b3-transition);
|
||||
|
||||
&--small {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
&--secondary {
|
||||
background-color: var(--b3-theme-secondary);
|
||||
color: var(--b3-theme-on-secondary);
|
||||
|
|
|
|||
|
|
@ -304,7 +304,7 @@
|
|||
padding: 8px;
|
||||
color: var(--b3-theme-on-surface-light);
|
||||
display: flex;
|
||||
border-radius: 4px;
|
||||
border-radius: 6px;
|
||||
margin: 5px;
|
||||
|
||||
&:hover,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue