diff options
| author | Alee <alee14498@gmail.com> | 2018-03-07 16:47:04 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-07 16:47:04 -0500 |
| commit | a633735329c301ec7a02d564297e14500f66184d (patch) | |
| tree | e43c3e6ac88bde18ed47c8827bcb167bfd4b2777 /css | |
| parent | c0d30a2f3329daa08e7f19f8b2b23a445b75c8b7 (diff) | |
| download | pokeworld-website-a633735329c301ec7a02d564297e14500f66184d.tar.gz pokeworld-website-a633735329c301ec7a02d564297e14500f66184d.tar.bz2 pokeworld-website-a633735329c301ec7a02d564297e14500f66184d.zip | |
Replaced the selected text colors
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 68a6943..6b24190 100755 --- a/css/style.css +++ b/css/style.css @@ -50,12 +50,12 @@ header nav { } header .current a { - color:#0ab12e; + color:#0a4db1; font-weight:bold; } header a:hover { - color:#2f773d; + color:#302f77; font-weight:Bold; } |
