Skip to content

Commit 0915ee2

Browse files
committed
Minor header cleanup
1 parent b330bda commit 0915ee2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/Handle/Handle.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
.handle {
44
@include roboto-medium;
55
display: inline-block;
6-
color: $text-color;
76
text-decoration: none;
7+
color: $white;
88
}

src/components/TopBar/Topbar.module.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
@import "../../styles/includes";
22
.topbar {
33
height: 60px;
4-
background-color: $white;
4+
background-color: #2e4050;
55
padding: 0 30px 0 30px;
66
border-bottom: 1px solid $gray;
7+
color: $white;
78
}
89

910
.logo {
@@ -24,7 +25,7 @@
2425
text-align: right;
2526
font-size: 16px;
2627
line-height: 60px;
27-
28+
color: $white;
2829
}
2930

3031
.icon {

0 commit comments

Comments
 (0)