From 4931c70884c7aa7bb3d4fba927597a2f89b4c9b0 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Mon, 13 May 2019 11:52:24 -0500 Subject: reorg page layout --- static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static/style.css') 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; } -- cgit v1.2.3