Skip to content

Commit

Permalink
Theme updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Aug 17, 2014
1 parent 9d018fe commit 630db33
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 0 additions & 4 deletions html/copy/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ a {
font-weight: bold;
}

.constant {
color: #6f008a;
}

.current {
font-weight: bold;
}
Expand Down
11 changes: 8 additions & 3 deletions html/copy/style_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@ body {
}

a {
color: #1364c4;
color: #3a85de;
}

a:visited {
color: #13a5c4;
color: #589cec;
}

a:hover {
color: #358acc;
color: #71acf1;
}

.function {
color: #ccc;
background-color: #252525;
}

.constant {
color: #ba27de;
}

.disabled, .disabled a, a.disabled {
Expand Down
5 changes: 5 additions & 0 deletions html/copy/style_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ a:hover {

.function {
color: #333;
background-color: #e5e5e5;
}

.constant {
color: #6f008a;
}

.disabled, .disabled a, a.disabled {
Expand Down

0 comments on commit 630db33

Please sign in to comment.