Skip to content

Commit 25696f1

Browse files
changed color in a tag
1 parent 9dcba66 commit 25696f1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/components/navbar/mobnavbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
.a1{
2323
text-decoration: none;
24-
color: #000000;
24+
color: #404040;
2525
opacity: 1;
2626
font: 17px/30px Montserrat;
2727
letter-spacing: 0px;

src/components/navbar/navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
.a{
2222
text-decoration: none;
23-
color: #000000;
23+
color: #404040;
2424
opacity: 1;
2525
margin-left: 60px;
2626
font-size: 20px;

src/components/posts/articles/articles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
a{
1010
text-decoration: none;
11+
color: #404040;
1112
}
1213

1314
.ahr{

0 commit comments

Comments
 (0)