Skip to content

Commit

Permalink
Use underscores only for links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangdol committed Jan 3, 2016
1 parent 829e1c4 commit b37197e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@
th, td { padding: .7em 1.25em; }
hr { background-color: #ccc; border: 0; color: #555; height: 1px; margin-bottom: 20px; }
a:link { color: #000; text-decoration: underline; }
a:link.nodec { text-decoration: none; }
a:visited { color: #ababab; text-decoration: underline; }
a:focus, a:hover { color: #ff5c2f; text-decoration: underline; }
a:focus, a:hover { text-decoration: none; }
a:hover.nodec { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { color:#101010; font-weight:normal; clear:both; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:#101010 !important; font-weight:normal; clear:both; }
a img:focus, a img:hover, a img:active { border-color: {color:Link}; }
Expand Down Expand Up @@ -543,7 +545,7 @@ <h1>
<div id="container">
<div id="content">
<!--
Front page
Front page (Home page)
-->
{block:IndexPage}
<div id="index-page">
Expand All @@ -553,7 +555,7 @@ <h2>Posts</h2>
{block:Text}
{block:Title}
<li>
<span><a href="{Permalink}">{Title}</a></span>
<span><a href="{Permalink}" class="nodec">{Title}</a></span>
<span class="right">
<span class="date desktop-only">
{block:Date}{Month} {DayOfMonthWithZero}, {Year}{/block:Date}
Expand Down

0 comments on commit b37197e

Please sign in to comment.