9 lines
102 B
CSS
9 lines
102 B
CSS
.card {
|
|
padding: 2em;
|
|
--main-text-color: lightblue;
|
|
}
|
|
|
|
.test {
|
|
color: var(--main-text-color);
|
|
}
|