Skip to content

Commit

Permalink
feat: highlight links on the markdown page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina Mozheiko authored and kantord committed Oct 5, 2021
1 parent dbe1a0a commit 605427f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/MarkDownPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<NavBar />

<section class="hero is-primary">
<section class="hero is-primary md-page">
<div class="hero-body">
<div class="container">
<h1 class="title">{title}</h1>
Expand Down
3 changes: 3 additions & 0 deletions apps/web/src/mystyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
margin-top: 12em;
}

.md-page a {
text-decoration: underline;
}

@import "~bulmaswatch/lumen/overrides.scss";

Expand Down

0 comments on commit 605427f

Please sign in to comment.