Skip to content

Commit 0357740

Browse files
committed
change the background color of the app
1 parent cd03acf commit 0357740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
:root {
1313
--fgcolor: #efefef;
14-
--bgcolor: #303030;
14+
--bgcolor: #ddd;
1515
}
1616

1717
body {
@@ -24,7 +24,7 @@ body {
2424
display: flex;
2525
flex-direction: column;
2626
height: 100vh;
27-
row-gap: 7px;
27+
row-gap: 20px;
2828
}
2929
#header-outer {
3030
background-color: var(--bgcolor, rosybrown);

0 commit comments

Comments
 (0)