Skip to content

Commit b85debb

Browse files
committed
added some colors
1 parent e861f41 commit b85debb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ body {
33
margin: 0;
44
font-family: monospace;
55
font-weight: bold;
6+
background-color: rgb(26 28 44);
7+
color: #00fff6;
68
}
79

810
.wrapper {
@@ -11,7 +13,7 @@ body {
1113

1214
.nav {
1315
padding: 2%;
14-
background: teal;
16+
background: #00a7a1;
1517
}
1618

1719
.nav h1 {

0 commit comments

Comments
 (0)