Skip to content

Commit e0b0798

Browse files
Change background color in style2.css
1 parent 597c3fa commit e0b0798

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

style2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
left: 10%;
66
right: 10%;
77
padding: 0.5em;
8-
background-color: #111111;
8+
background-color: #121212;
99
color: rgba(222, 222, 222, 1.00);
1010
font-family: "IBM Plex Sans", Roboto, Calibri, Helvetica, Arial, sans-serif;
1111
}
@@ -19,7 +19,7 @@ a:visited {
1919
}
2020

2121
.theblueguy {
22-
background-color: #222222;
22+
background-color: #121212;
2323
margin: -0.5em;
2424
padding: 0.5em;
2525
}

0 commit comments

Comments
 (0)