mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
10 lines
196 B
SCSS
10 lines
196 B
SCSS
|
|
.setting-description {
|
|
color: var(--joplin-color-faded);
|
|
font-size: var(--joplin-font-size);
|
|
line-height: var(--joplin-line-height);
|
|
font-style: italic;
|
|
max-width: 70em;
|
|
margin-top: 5px;
|
|
}
|