Skip to content

Commit fc37454

Browse files
committed
use variable as font color
1 parent f986065 commit fc37454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/learningmap/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
height: 100%;
2929
display: flex;
3030
flex-direction: column;
31-
color: #000;
31+
color: var(--learningmap-color-black);
3232
overflow: hidden;
3333
font-family: sans-serif;
3434
}

0 commit comments

Comments
 (0)