Skip to content

Commit 1bcd6b2

Browse files
committed
Remove a few redundant rules
1 parent e382efe commit 1bcd6b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/css/App.css

-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ a {
1010
}
1111

1212
header,
13-
nav,
1413
main,
1514
footer {
1615
background-color: white;
@@ -78,7 +77,6 @@ main {
7877

7978
/* Nav */
8079
.links {
81-
background-color: transparent; /* No background */
8280
display: flex;
8381
justify-content: center;
8482
padding: 0;
@@ -91,7 +89,6 @@ main {
9189
.links-about:hover,
9290
.links-projects:hover,
9391
.links-contact:hover {
94-
/*border-bottom: 2px solid black;*/
9592
background-color: lightgray;
9693
}
9794

0 commit comments

Comments
 (0)