Skip to content

Commit

Permalink
Better styling for tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof authored and LFDM committed May 30, 2014
1 parent 97f84f4 commit 4c023b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/css/arethusa.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,16 @@ a:hover, a:focus {
color: #5BC8DC;
}

.tabs dd a {
border-style: solid;
border-width: 1px;
border-color: #d8d8d8;
}

.tabs dd a:hover {
border-color: #aaaaaa;
}

.top-bar, .top-bar-section .has-form, .top-bar-section ul, .top-bar-section li:not(.has-form) a:not(.button) {
background: #4E6476;
}
Expand Down

0 comments on commit 4c023b6

Please sign in to comment.