diff --git a/writ.css b/writ.css index ab1c280..af0413c 100644 --- a/writ.css +++ b/writ.css @@ -180,6 +180,9 @@ a { a:visited { color: #60b; } +/* Don't color visited nav links */ +nav a:visited { color: #00e; } + /* Smallcaps */ abbr { font-size: 2ex; } diff --git a/writ.min.css b/writ.min.css index ec1db61..a8eb3bc 100644 --- a/writ.min.css +++ b/writ.min.css @@ -15,4 +15,4 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - */pre,table{overflow-x:auto}a,ins{text-decoration:none}code,pre,samp,tfoot,thead{background-color:#eee}body{font-family:Palatino,Georgia,Lucida Bright,Book Antiqua,serif;font-size:14px;line-height:1.5em;color:#333;margin:0}code,kbd,pre,samp{font-family:Courier New,Courier,monospace;line-height:1em}kbd{font-weight:700}body>header{margin:0 0 3em;text-align:center}body>article{max-width:100ch;margin:auto;padding:0 2ch 1em;position:relative}body>article figure{float:right;margin:0 0 .5em 2ch}body>article aside{position:absolute;left:100%;width:25ch;padding:0 1ch;margin-top:.5em;margin-left:-1ch;border-left:solid .5ch #eee}td,tfoot,th,thead{border:1px solid #eee}h1,h2,h3,h4,h5,h6{line-height:1.25em;margin:.75em 0 0;font-weight:400}blockquote,dl,ol,p,pre,table,ul{margin:.5em 0 0}ol ol,ul ul{margin-top:0}hr{margin:1.5em 0 0;border:none}h1{font-size:250%}h2{font-size:200%}h3{font-size:150%}h4{font-size:125%}h5{font-size:110%}h6{font-size:105%}blockquote{margin-right:3ch;margin-left:1.5ch;border-left:solid .5ch #eee;padding:0 0 0 1ch}pre{padding:.25em .5ch}img{max-width:100%}dd,ol,ul{padding:0 0 0 3ch}dd{margin:0}ul li{list-style-type:disc}ul li li{list-style-type:circle}ul li li li{list-style-type:square}ol li{list-style-type:decimal}ol li li{list-style-type:lower-roman}ol li li li{list-style-type:lower-alpha}nav ul{padding:0;list-style-type:none}nav ul li{display:inline;padding-left:1ch}code,ins,mark,samp{padding:1px}table{width:100%;border-collapse:collapse}td,th{padding:.25em .5ch}tfoot td,tfoot th,thead td,thead th{border-right:solid 1px #fff}tfoot td:last-child,tfoot th:last-child,thead td:last-child,thead th:last-child{border-right:inherit}a{color:#00e}a:visited{color:#60b}abbr{font-size:2ex}sub,sup{font-size:.75em;line-height:1em}ins{border:1px solid #eee}mark{background-color:#fe0;color:inherit} \ No newline at end of file + */pre,table{overflow-x:auto}a,ins{text-decoration:none}code,pre,samp,tfoot,thead{background-color:#eee}body{font-family:Palatino,Georgia,Lucida Bright,Book Antiqua,serif;font-size:14px;line-height:1.5em;color:#333;margin:0}code,kbd,pre,samp{font-family:Courier New,Courier,monospace;line-height:1em}kbd{font-weight:700}body>header{margin:0 0 3em;text-align:center}body>article{max-width:100ch;margin:auto;padding:0 2ch 1em;position:relative}body>article figure{float:right;margin:0 0 .5em 2ch}body>article aside{position:absolute;left:100%;width:25ch;padding:0 1ch;margin-top:.5em;margin-left:-1ch;border-left:solid .5ch #eee}td,tfoot,th,thead{border:1px solid #eee}h1,h2,h3,h4,h5,h6{line-height:1.25em;margin:.75em 0 0;font-weight:400}blockquote,dl,ol,p,pre,table,ul{margin:.5em 0 0}ol ol,ul ul{margin-top:0}hr{margin:1.5em 0 0;border:none}h1{font-size:250%}h2{font-size:200%}h3{font-size:150%}h4{font-size:125%}h5{font-size:110%}h6{font-size:105%}blockquote{margin-right:3ch;margin-left:1.5ch;border-left:solid .5ch #eee;padding:0 0 0 1ch}pre{padding:.25em .5ch}img{max-width:100%}dd,ol,ul{padding:0 0 0 3ch}dd{margin:0}ul li{list-style-type:disc}ul li li{list-style-type:circle}ul li li li{list-style-type:square}ol li{list-style-type:decimal}ol li li{list-style-type:lower-roman}ol li li li{list-style-type:lower-alpha}nav ul{padding:0;list-style-type:none}nav ul li{display:inline;padding-left:1ch}code,ins,mark,samp{padding:1px}table{width:100%;border-collapse:collapse}td,th{padding:.25em .5ch}tfoot td,tfoot th,thead td,thead th{border-right:solid 1px #fff}tfoot td:last-child,tfoot th:last-child,thead td:last-child,thead th:last-child{border-right:inherit}a{color:#00e}a:visited{color:#60b}nav a:visited{color:#00e}abbr{font-size:2ex}sub,sup{font-size:.75em;line-height:1em}ins{border:1px solid #eee}mark{background-color:#fe0;color:inherit} \ No newline at end of file