diff options
author | Hao Chen | 2019-05-13 11:52:24 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-13 11:52:24 -0500 |
commit | 4931c70884c7aa7bb3d4fba927597a2f89b4c9b0 (patch) | |
tree | f390648ca6752526db04eadd60283783fed53001 /static | |
parent | d453c78f6d7e65667d8cbeabcdafd36ce1a9a475 (diff) | |
download | genecup-4931c70884c7aa7bb3d4fba927597a2f89b4c9b0.tar.gz |
reorg page layout
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css index 509a2b7..867a753 100644 --- a/static/style.css +++ b/static/style.css @@ -7,20 +7,20 @@ a:link { - color:grey ; + color: #097DC9; } /* A link that has been visited */ a:visited { - color: grey; + color: #097DC9; } /* A link that is hovered on */ a:hover { - color: blue; + color: #097DC9; } /* A link that is selected */ a:active { - color: blue; + color: #097DC9; } |