Skip to content

Commit

Permalink
Updated link style
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhurford committed Mar 15, 2014
1 parent 7a9b2b0 commit 074a37b
Show file tree
Hide file tree
Showing 8 changed files with 893 additions and 1,135 deletions.
10 changes: 6 additions & 4 deletions 404.html
Expand Up @@ -4,8 +4,10 @@
image: abstract-12.jpg
---

<article>
<h1 class="entry-title">404'd</h1>
<p><strong>Sorry, your page is in another castle!</strong></p>
<p>Feel free to contact me at <a href="mailto:peter@peterhurford.com">peter@peterhurford.com</a> or on Twitter at <a href="http://www.twitter.com/peterhurford">@peterhurford</a> if you feel like this is an error that needs fixing.</p>
<article class="hentry">
<div class="entry-content">
<h1 class="entry-title">404'd</h1>
<p><strong>Sorry, your page is in another castle!</strong></p>
<p>Feel free to contact me at <a href="mailto:peter@peterhurford.com">peter@peterhurford.com</a> or on Twitter at <a href="http://www.twitter.com/peterhurford">@peterhurford</a> if you feel like this is an error that needs fixing.</p>
</div>
</article>
10 changes: 7 additions & 3 deletions _site/404.html
Expand Up @@ -63,7 +63,7 @@
<div class="entry-header">
<div class="entry-image">

<img src="http://everydayutilitarian.com/images/header/abstract-4.jpg" alt="Page Not Found">
<img src="http://everydayutilitarian.com/images/header/abstract-12.jpg" alt="Page Not Found">

</div><!-- /.entry-image -->
<div class="header-title">
Expand All @@ -80,8 +80,12 @@
</ul>

<div id="main" role="main">
<article>
Sorry, but the page you were trying to view does not exist!
<article class="hentry">
<div class="entry-content">
<h1 class="entry-title">404'd</h1>
<p><strong>Sorry, your page is in another castle!</strong></p>
<p>Feel free to contact me at <a href="mailto:peter@peterhurford.com">peter@peterhurford.com</a> or on Twitter at <a href="http://www.twitter.com/peterhurford">@peterhurford</a> if you feel like this is an error that needs fixing.</p>
</div>
</article>
</div><!-- /#main -->

Expand Down
37 changes: 3 additions & 34 deletions _site/assets/css/main.css
Expand Up @@ -45,17 +45,6 @@ html {
-ms-text-size-adjust: 100%;
}

a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

a:hover,
a:active {
outline: 0;
}

sub,
sup {
position: relative;
Expand Down Expand Up @@ -295,29 +284,6 @@ h1 {
font-size: 2rem;
}

a {
color: #222222;
text-decoration: none;
}

a:visited {
color: #555555;
}

a:hover {
color: #000000;
}

a:focus {
color: #000000;
outline: thin dotted;
}

a:hover,
a:active {
outline: 0;
}

.link-arrow {
font-style: normal;
font-weight: 100;
Expand Down Expand Up @@ -3317,13 +3283,16 @@ body {
line-height: 1.625;
}

a,
.entry-content p > a,
.entry-content li > a,
.entry-title li > a,
.footer-wrapper a {
color: #308cbc;
border-bottom: 1px dotted #a2a2a2;
}

a:hover,
.entry-content p > a:hover,
.entry-content li > a:hover,
.footer-wrapper a:hover {
Expand Down

0 comments on commit 074a37b

Please sign in to comment.