diff --git a/static/css/style.css b/static/css/style.css index 1e26e66..ef774ff 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -15,4 +15,10 @@ h2 { font-size: 1.2em; } margin-bottom: 1em; background: #fafafa; } .flash { background: #CEE5F5; padding: 0.5em; border: 1px solid #AACBE2; } -.error { background: #F0D6D6; padding: 0.5em; } \ No newline at end of file +.error { background: #F0D6D6; padding: 0.5em; } + +/*@author Jaleel*/ +/*@addTime 2013.03.21*/ +a{color:gray;text-decoration:none;} + +a:hover{color:red;text-decoration:underline}