diff --git a/CHANGES.md b/CHANGES.md index 263972d..daf360a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +0.5.0 (2020-12-07) +------------------ + +### Added + +- Add hyperlink decoration when it receives focus. + + 0.4.0 (2020-12-06) ------------------ diff --git a/README.md b/README.md index b069fcd..799dd10 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ SPCSS is a simple and plain stylesheet for simple text-based websites. [L]: LICENSE.md [Twitter SVG]: https://img.shields.io/badge/twitter-%40susam-%231da1f2 -[Twitter URL]: https://twitter.com/intent/follow?screen_name=susam +[Twitter URL]: https://twitter.com/susam Contents @@ -64,7 +64,7 @@ To use SPCSS, merely add this line of code to the `
` element of your HTML file: ```html - + ``` Alternatively, download the CSS file from [here][DL], edit and customize @@ -72,18 +72,18 @@ it as per your requirements, and use it in your project. You are also welcome to [fork this repository][fork] and customize it to maintain your own copy of [sp.css](sp.css) with styles you frequently need. -[DL]: https://cdn.jsdelivr.net/npm/spcss@0.4.0/sp.css +[DL]: https://cdn.jsdelivr.net/npm/spcss@0.5.0/sp.css [fork]: https://github.com/susam/spcss/fork CDN URLs -------- -Use the following URL in the `` tag to load version 0.4.0 (the +Use the following URL in the `` tag to load version 0.5.0 (the current version at this time) of SPCSS: ``` -https://cdn.jsdelivr.net/npm/spcss@0.4.0 +https://cdn.jsdelivr.net/npm/spcss@0.5.0 ``` Use the following URL in the `` tag to always load the latest diff --git a/package.json b/package.json index e9d2ca3..b8389cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spcss", - "version": "0.5.0-dev", + "version": "0.5.0", "description": "Simple and Plain Stylesheet", "files": [ "sp.css", diff --git a/sp.min.css b/sp.min.css index 76bf0e2..3df22ef 100644 --- a/sp.min.css +++ b/sp.min.css @@ -1 +1 @@ -body{font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em;padding:0 1em}h1,h2,h3,h4,h5,h6{margin:1em 0 .5em;line-height:1.2em}a:link,a:visited{color:#03c;text-decoration:none}a:active,a:hover{color:#03f;text-decoration:underline}body,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#333}h1 a:active,h1 a:hover,h2 a:active,h2 a:hover,h3 a:active,h3 a:hover,h4 a:active,h4 a:hover,h5 a:active,h5 a:hover,h6 a:active,h6 a:hover{color:#444}img{max-width:100%}figure{margin:1em 0;text-align:center}figcaption{font-size:small}code,kbd,pre,samp{color:#009;font-family:monospace,monospace;font-size:.9em}pre code,pre kbd,pre samp{font-size:1em}pre kbd{color:#060}blockquote,pre{background:#eee;padding:.5em}pre{overflow:auto}blockquote{border-left:medium solid #ccc;margin:1em 0}blockquote :first-child{margin-top:0}blockquote :last-child{margin-bottom:0}@media (prefers-color-scheme:dark){body{background:#222}a:link,a:visited{color:#9bf;text-decoration:none}a:active,a:hover{color:#acf;text-decoration:underline}body,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#bbb}h1 a:active,h1 a:hover,h2 a:active,h2 a:hover,h3 a:active,h3 a:hover,h4 a:active,h4 a:hover,h5 a:active,h5 a:hover,h6 a:active,h6 a:hover{color:#ccc}code,kbd,pre,samp{color:#6cf}pre kbd{color:#9c9}blockquote,pre{background:#111}blockquote{border-color:#444}} \ No newline at end of file +body{font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em;padding:0 1em}h1,h2,h3,h4,h5,h6{margin:1em 0 .5em;line-height:1.2em}a:link,a:visited{color:#03c;text-decoration:none}a:active,a:focus,a:hover{color:#03f;text-decoration:underline}body,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#333}h1 a:active,h1 a:focus,h1 a:hover,h2 a:active,h2 a:focus,h2 a:hover,h3 a:active,h3 a:focus,h3 a:hover,h4 a:active,h4 a:focus,h4 a:hover,h5 a:active,h5 a:focus,h5 a:hover,h6 a:active,h6 a:focus,h6 a:hover{color:#444}img{max-width:100%}figure{margin:1em 0;text-align:center}figcaption{font-size:small}code,kbd,pre,samp{color:#009;font-family:monospace,monospace;font-size:.9em}pre code,pre kbd,pre samp{font-size:1em}pre kbd{color:#060}blockquote,pre{background:#eee;padding:.5em}pre{overflow:auto}blockquote{border-left:medium solid #ccc;margin:1em 0}blockquote :first-child{margin-top:0}blockquote :last-child{margin-bottom:0}@media (prefers-color-scheme:dark){body{background:#222}a:link,a:visited{color:#9bf}a:active,a:hover{color:#acf}body,h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited{color:#bbb}h1 a:active,h1 a:focus,h1 a:hover,h2 a:active,h2 a:focus,h2 a:hover,h3 a:active,h3 a:focus,h3 a:hover,h4 a:active,h4 a:focus,h4 a:hover,h5 a:active,h5 a:focus,h5 a:hover,h6 a:active,h6 a:focus,h6 a:hover{color:#ccc}code,kbd,pre,samp{color:#6cf}pre kbd{color:#9c9}blockquote,pre{background:#111}blockquote{border-color:#444}} \ No newline at end of file