Skip to content

Commit 9cafd27

Browse files
committed
switch button color and bg for clearer on small screens and more consistency
1 parent 84b4401 commit 9cafd27

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/components/NavBar.scss

+4-8
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
}
3737

3838
.navbar button {
39-
background-color: $secondary-blue;
40-
color: $primary-beige;
39+
background-color: $primary-beige;
40+
color: $secondary-blue;
4141
font-weight: bold;
4242
border: none;
4343

4444
&:hover {
45-
background-color: $primary-beige;
46-
color: $secondary-blue;
45+
background-color: $secondary-blue;
46+
color: $primary-beige;
4747
}
4848

4949
@media (min-width: 431px) {
@@ -53,8 +53,4 @@
5353
padding: 0.5rem;
5454
width: 11rem;
5555
}
56-
57-
@media (max-width: 430px) {
58-
background-color: $primary-beige;
59-
}
6056
}

src/views/unauthenticated/About.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export function About() {
190190
target="_blank"
191191
>
192192
The Collab Lab
193-
</a>
193+
</a>{" "}
194194
for the opportunity!
195195
</p>
196196
</Card.Body>

0 commit comments

Comments
 (0)