Skip to content

Commit e010df5

Browse files
committed
test color change
1 parent af0b8ef commit e010df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
@apply antialiased;
1414

1515
font-weight: 400;
16-
background: var(--ds-background-body);
17-
color: var(--ds-text-primary);
16+
background: #00FF00;
17+
color: #FF0000;
1818
font-family: "Roboto Flex", sans-serif;
1919
line-height: 1.5;
2020
margin: 0;

0 commit comments

Comments
 (0)