aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-03 17:55:50 -0400
committerAlee <alee14498@gmail.com>2018-04-03 17:55:50 -0400
commit09d9db2f08c0844f9a6ed1f84b4dccf692054fd9 (patch)
tree04f3145bd8aa0abe72b1921aef1a021a84be71fe /css
parentd3fcd0c264a6057bff04c7708dfa03df5955620f (diff)
downloadaleecorp-website-09d9db2f08c0844f9a6ed1f84b4dccf692054fd9.tar.gz
aleecorp-website-09d9db2f08c0844f9a6ed1f84b4dccf692054fd9.tar.bz2
aleecorp-website-09d9db2f08c0844f9a6ed1f84b4dccf692054fd9.zip
Color changes
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 6f91db5..c8bef67 100644
--- a/css/style.css
+++ b/css/style.css
@@ -2,7 +2,7 @@ body {
font-family: Segoe UI, Helvetica, Arial;
padding:0;
margin:0;
- background-color:#353b36;
+ background-color:#3e443e;
color:white;
}
@@ -13,7 +13,7 @@ body {
}
header {
- background-color:#434c52;
+ background-color:#262627;
color:white;
padding-top:30px;
min-height:70px;