Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
Merge tag 'v1.0.4' into gh-pages
Browse files Browse the repository at this point in the history
Version 1.0.4

- Color code in links (#29)
  • Loading branch information
causal-agent committed Aug 22, 2016
2 parents f276e52 + 014a489 commit 6b6b11b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ISC License

Copyright © 2015, Curtis McEnroe <[email protected]>

Permission to use, copy, modify, and/or distribute this software for any
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Opinionated, classless styles for semantic HTML.
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//writ.cmcenroe.me/1.0.3/writ.min.css">
<link rel="stylesheet" href="//writ.cmcenroe.me/1.0.4/writ.min.css">
```

[Full template][template]
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 id="usage">Usage</h2>
<pre><code class="lang-html">&lt;!DOCTYPE html&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;//writ.cmcenroe.me/1.0.3/writ.min.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;//writ.cmcenroe.me/1.0.4/writ.min.css&quot;&gt;
</code></pre>
<p><a href="template.html">Full template</a></p>
<p>Writ is served through the CloudFlare CDN.</p>
Expand Down
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="//writ.cmcenroe.me/1.0.3/writ.min.css">
<link rel="stylesheet" href="//writ.cmcenroe.me/1.0.4/writ.min.css">

<header>
<h1>Title</h1>
Expand Down
6 changes: 3 additions & 3 deletions writ.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Writ v1.0.3
* Writ v1.0.4
*
* Copyright © 2015, Curtis McEnroe <[email protected]>
*
Expand Down Expand Up @@ -58,8 +58,8 @@ pre {

body { color: #222; }
code, pre, samp, kbd { color: #111; }
a, header nav a:visited { color: #00e; }
a:visited { color: #60b; }
a, header nav a:visited, a code { color: #00e; }
a:visited, a:visited code { color: #60b; }
mark { color: inherit; }

code, pre, samp, thead, tfoot { background-color: rgba(0, 0, 0, 0.05); }
Expand Down
4 changes: 2 additions & 2 deletions writ.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b6b11b

Please sign in to comment.