Skip to content

Commit

Permalink
make link color fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Feb 7, 2019
1 parent 6dffec1 commit 250d8d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/assets/css/inline.css
Expand Up @@ -84,7 +84,6 @@ pre code {
font-size: 100%;
visibility: hidden;
font-size: .5em;
color: blue;
vertical-align: middle;
text-decoration: none !important;
}
Expand All @@ -96,4 +95,8 @@ h1:hover a, h2:hover a, h3:hover a, h4:hover a {
.footer>* {
font-size: .6em;
line-height: 1;
}

a {
color: #1f28f0;
}

0 comments on commit 250d8d7

Please sign in to comment.