diff options
| author | Alee <alee14498@gmail.com> | 2018-03-07 16:43:29 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-07 16:43:29 -0500 |
| commit | c0d30a2f3329daa08e7f19f8b2b23a445b75c8b7 (patch) | |
| tree | 6f0f4a5ecdb20e10b2af23e2ccc6be9ac259cf9c /css | |
| parent | 4c7fe0e50ff98ac40dd1787785962e2eb3c19f3b (diff) | |
| download | pokeworld-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-x | css/style.css | 4 |
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 |
