Skip to content

Commit

Permalink
fix link colours
Browse files Browse the repository at this point in the history
  • Loading branch information
viqueen committed Oct 7, 2024
1 parent b07845c commit 58a4c45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

.blog-post-item a {
font-size: 18px;
color: #0052cc;
display: block;
margin-bottom: 10px;
text-decoration: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}

.home-page-child-item a {
color: #0052cc;
display: block;
text-decoration: none;
font-size: 16px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const RegularPageChildrenMacro = ({
href={`/notes/${titleToPath(child.title)}/`}
style={{
textDecoration: 'none',
color: '#0052CC',
fontSize: 16
}}
>
Expand Down

0 comments on commit 58a4c45

Please sign in to comment.