Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $darkerblue: #1e2933;
$link-color: $blue;
$link-hover: $darkerblue;

$code-green: #11a611;
$code-green: #0c7d0c;
$default-border-color: $grey-lighter; /* Set a generic border color here to keep them consistent */


Expand Down
6 changes: 6 additions & 0 deletions static/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ a, a:active, a:visited, a:hover, a:visited:hover {
text-decoration: none;
}

table tr td {
a, a:active, a:visited, a:hover, a:visited:hover {
color: darken($link-color, 2%);
}
}

a:hover, a:focus { color: $link-hover; }

/*modernizr*/ .touch a[href^="tel:"] { border-bottom: 1px dotted $default-color; }
Expand Down