summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GradeBook.css18
1 files changed, 18 insertions, 0 deletions
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;