Skip to content

Commit

Permalink
update color and font-size of tab links
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Mar 22, 2021
1 parent c3b94ee commit 3038b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.header {
white-space: pre-wrap;
color: var(--header-desc-lighter-color);
font-size: 13px;
color: var(--main-dark-blue);
font-size: 16px;
float: left;
width: 100%;
margin-left: 40px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@

.tab a {
margin: 0 5px 0 5px;
color: var(--tab-text);
color: var(--grey-7);
text-decoration: none;
font-size: 16px;
}

.tab a:hover,
.tab a.active {
color: var(--tab-text-active-hover);
color: var(--main-dark-blue);
}

.tab:last-of-type {
Expand Down

0 comments on commit 3038b64

Please sign in to comment.