aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/App.css2
-rw-r--r--src/Login.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/App.css b/src/App.css
index d2852d0..9ea8afa 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,6 +1,6 @@
/* make the body background color black */
body {
- background-color: rgb(65, 65, 65);
+ background-color: #121212;
}
.terminalContainer {
height: 75%;
diff --git a/src/Login.css b/src/Login.css
index f4bd4b4..01f11f8 100644
--- a/src/Login.css
+++ b/src/Login.css
@@ -1,5 +1,5 @@
body {
- background-color: rgb(65, 65, 65);
+ background-color: #121212;
}
.login{
width: 30%;