Team:RHIT/static/wiki.css

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
body {
body {
-
background: #171717;
+
background: #171717;
}
}
table {
table {
-
color: #990000;
+
color: #990000;
}
}
table a:link {
table a:link {
-
color: #990000;
+
color: #990000;
}
}
table a:visited {
table a:visited {
-
color: #990000;
+
color: #990000;
}
}
table a:hover {
table a:hover {
-
color: #171717;
+
color: #171717;
}
}

Revision as of 14:18, 17 July 2012

body { background: #171717; }

table { color: #990000; }

table a:link { color: #990000; }

table a:visited { color: #990000; }

table a:hover { color: #171717; }