From 24d813a67b6ec26a6292aac791966650ac0ad629 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 3 Mar 2011 17:51:08 -0500 Subject: added default links colors Ignore-this: af874882a816ff99687a8b1226ce4b72 darcs-hash:20110303225108-067c0-9abb4156840684175aab6b6da8f24dbe8f8eecbe.gz --- GradeBook.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'GradeBook.css') diff --git a/GradeBook.css b/GradeBook.css index 34d5230..5ad44d4 100644 --- a/GradeBook.css +++ b/GradeBook.css @@ -17,6 +17,24 @@ body { font-family: Sans-Serif; } +a:link { + color: blue; + text-decoration:none; +} +a:visited { + color: blue; + text-decoration:none; +} +a:active { + color: blue; + text-decoration:underline; +} +a:hover { + color: blue; + background-color: #ffddee; + text-decoration:underline; +} + div.login { /*border-bottom: 2px solid black;*/ background-color: #ffcc99; -- cgit v1.2.3