aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHao Chen2019-05-13 11:52:24 -0500
committerHao Chen2019-05-13 11:52:24 -0500
commit4931c70884c7aa7bb3d4fba927597a2f89b4c9b0 (patch)
treef390648ca6752526db04eadd60283783fed53001 /static
parentd453c78f6d7e65667d8cbeabcdafd36ce1a9a475 (diff)
downloadgenecup-4931c70884c7aa7bb3d4fba927597a2f89b4c9b0.tar.gz
reorg page layout
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
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;
}