Skip to content

Commit

Permalink
Changed some colors for tablinks
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 17, 2005
1 parent a3e706f commit e5bc2f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theme/standard/styles_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ a.autolink.glossary:hover {
cursor: help;
}

.tablink a:link,
.tablink a:visited {
color:#000066;
}

.tablink a:hover {
text-decoration: none;
}

.selected .tablink a:link,
.selected .tablink a:visited {
color:#000000;
}


/* general styles */
body {
Expand Down

0 comments on commit e5bc2f2

Please sign in to comment.