mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 09:36:37 +02:00
style/property sheet component: improve appearance
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
background: var(--card-background-color);
|
||||
|
||||
dt {
|
||||
color: var(--muted-text-color);
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
dd {
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
dl {
|
||||
margin: 0;
|
||||
padding: 12px 20px;
|
||||
padding: 16px 20px;
|
||||
|
||||
&:first-child {
|
||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||
@@ -70,9 +70,9 @@
|
||||
dt {
|
||||
margin-bottom: 8px;
|
||||
font-size: .85em;
|
||||
font-weight: 500;
|
||||
font-weight: 550;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .4pt;
|
||||
letter-spacing: .75pt;
|
||||
}
|
||||
|
||||
dd {
|
||||
|
||||
Reference in New Issue
Block a user