Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase contrast for .parameters th and .exceptions th text #883

Merged
merged 1 commit into from Jul 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions js/core/css/webidl-oldschool.css
Expand Up @@ -210,13 +210,12 @@ table.parameters { border-bottom: 1px solid #90b8de; }
table.exceptions { border-bottom: 1px solid #deb890; }

.parameters th, .exceptions th {
color: #fff;
color: inherit;
padding: 3px 5px;
text-align: left;
font-weight: normal;
text-shadow: #666 1px 1px 0;
}
.parameters th { background: #90b8de; }
.parameters th { color: #fff; background: #005a9c; }
.exceptions th { background: #deb890; }

.parameters td, .exceptions td {
Expand Down