aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-07 16:43:29 -0500
committerAlee <alee14498@gmail.com>2018-03-07 16:43:29 -0500
commitc0d30a2f3329daa08e7f19f8b2b23a445b75c8b7 (patch)
tree6f0f4a5ecdb20e10b2af23e2ccc6be9ac259cf9c /css
parent4c7fe0e50ff98ac40dd1787785962e2eb3c19f3b (diff)
downloadpokeworld-website-c0d30a2f3329daa08e7f19f8b2b23a445b75c8b7.tar.gz
pokeworld-website-c0d30a2f3329daa08e7f19f8b2b23a445b75c8b7.tar.bz2
pokeworld-website-c0d30a2f3329daa08e7f19f8b2b23a445b75c8b7.zip
Replaced the ACN green with blue
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index c8bef67..68a6943 100755
--- a/css/style.css
+++ b/css/style.css
@@ -17,7 +17,7 @@ header {
color:white;
padding-top:30px;
min-height:70px;
- border-bottom:#0ab12e 3px solid;
+ border-bottom:#0a4db1 3px solid;
}
header a {
@@ -63,6 +63,6 @@ footer {
padding:20px;
margin-top:20px;
color:white;
- background-color: #0ab120;
+ background-color: #0a4db1;
text-align: center;
} \ No newline at end of file