We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd44e4 commit e313193Copy full SHA for e313193
client/src/document/index.scss
@@ -544,7 +544,6 @@ pre {
544
545
.callout {
546
background: var(--background-secondary);
547
- border: 1px solid var(--border-primary);
548
border-radius: var(--elem-radius);
549
box-shadow: var(--shadow-01);
550
display: flex;
client/src/ui/molecules/notecards/index.scss
@@ -2,8 +2,7 @@
2
--note-background: var(--background-information);
3
--note-theme: var(--icon-information);
4
background-color: var(--note-background);
5
- border: 1px solid var(--border-secondary);
6
- border-left: 4px solid var(--note-theme);
+ border-left: 2px solid var(--note-theme);
7
8
9
margin: 1rem 0;
0 commit comments