mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
536465c55f
commit
91a0575723
1 changed files with 8 additions and 0 deletions
|
|
@ -145,6 +145,12 @@
|
||||||
.callout {
|
.callout {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
|
||||||
|
&[data-subtype="NOTE"] {
|
||||||
|
.callout-info {
|
||||||
|
color: var(--b3-theme-primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-info {
|
&-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -165,6 +171,8 @@
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 140%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue