Skip to content

Commit 21eb329

Browse files
committed
update style
1 parent b6ef2a8 commit 21eb329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ html {
55
}
66

77
body {
8-
background-color: #2c2c2c;
8+
background-color: #000000;
99
font-family: "monospace";
1010
margin: 0;
1111
}
@@ -20,7 +20,7 @@ body {
2020
}
2121

2222
:root {
23-
--brand-bg-color: #2c2c2c;
23+
--brand-bg-color: #000000;
2424
--brand-txt-color: #fff;
2525
--brand-link-color: #fff;
2626
}

0 commit comments

Comments
 (0)