Skip to content

Commit a55d978

Browse files
committed
Document new color spaces
See #672
1 parent 3a50fc0 commit a55d978

File tree

5 files changed

+1271
-460
lines changed

5 files changed

+1271
-460
lines changed

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

+4
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)