Skip to content

Commit 1f24149

Browse files
committed
Document new color spaces (#1055)
See #672
1 parent e57d81e commit 1f24149

File tree

5 files changed

+1279
-460
lines changed

5 files changed

+1279
-460
lines changed

source/assets/sass/visual-design/_theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ body {
3232
color: var(--text, var(--sl-color--pale-sky));
3333
}
3434

35+
.fade {
36+
opacity: 0.7;
37+
}
38+
3539
::selection {
3640
background: var(--sl-color--iron);
3741
}

0 commit comments

Comments
 (0)