Skip to content

Commit c07f8da

Browse files
committed
underline links
1 parent 7602be8 commit c07f8da

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,5 +502,10 @@ h1, h2, h3 {
502502
border-radius: 8px;
503503
padding: 10px;
504504
}
505+
/* line 353, ../sass/style.scss */
506+
.article a {
507+
color: inherit;
508+
text-decoration: underline;
509+
}
505510

506511
/* .article */

sass/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,9 @@ h1, h2, h3 {
350350
padding: 10px;
351351
}
352352

353+
a {
354+
color: inherit;
355+
text-decoration: underline;
356+
}
357+
353358
} /* .article */

0 commit comments

Comments
 (0)